Code

*** empty log message ***
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Sun, 23 Mar 2003 03:22:28 +0000 (03:22 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Sun, 23 Mar 2003 03:22:28 +0000 (03:22 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1615 57a73879-2fb5-44c3-a270-3262357dd7e2

roundup/cgi/templating.py

index ae4f0fa3dd31003560c45abd0559c425caa78146..9df83d2a01f5f0fe66687dde89a85090b99af805 100644 (file)
@@ -403,6 +403,7 @@ class HTMLClass(HTMLPermissions):
         ''' 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