Roundup Tracker - Issues

Issue 2550500

classification
Fix item ordering in templating.py
Type: behavior Severity: normal
Components: Web interface Versions: devel
process
Status: closed fixed
:
: stefan : richard, stefan
Priority: : patch, patch

Created on 2009-02-09 16:56 by stefan, last changed 2009-02-12 05:11 by stefan.

Files
File name Uploaded Description Edit Remove
templating.py.diff stefan, 2009-02-09 16:56
Messages
msg3527 Author: [hidden] (stefan) Date: 2009-02-09 16:56
The cgi.templating.find_sort_key() function appears to be obsoleted by
hyperdb.Class.orderprop(). In particular, it ignores any calls to
Class.setorderprop().
The attached patch adjusts the templating.py module accordingly.
msg3536 Author: [hidden] (richard) Date: 2009-02-12 02:18
Seems reasonable. You could also remove find_sort_key entirely.
msg3540 Author: [hidden] (stefan) Date: 2009-02-12 05:11
That's just what I did. :-)

Fixed with rev:4123
History
Date User Action Args
2009-02-12 05:11:49stefansetstatus: new -> closed
resolution: fixed
messages: + msg3540
keywords: patch, patch
2009-02-12 02:18:15richardsetkeywords: patch, patch
messages: + msg3536
2009-02-09 16:56:55stefancreate