Mercurial > p > roundup > code
diff roundup/cgi/templating.py @ 1543:5a6fb50800b9
*** empty log message ***
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Sun, 23 Mar 2003 03:22:28 +0000 |
| parents | bb843662b708 |
| children | 9b9917b7719b |
line wrap: on
line diff
--- a/roundup/cgi/templating.py Sat Mar 22 22:43:21 2003 +0000 +++ b/roundup/cgi/templating.py Sun Mar 23 03:22:28 2003 +0000 @@ -403,6 +403,7 @@ ''' Return a list of items from this class, filtered and sorted by the current requested filterspec/filter/sort/group args ''' + # XXX allow direct specification of the filterspec etc. if request is not None: filterspec = request.filterspec sort = request.sort
