From 53d265b009b3f110238924e0db16d3551d8b601d Mon Sep 17 00:00:00 2001 From: richard Date: Sun, 23 Mar 2003 03:22:28 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1615 57a73879-2fb5-44c3-a270-3262357dd7e2 --- roundup/cgi/templating.py | 1 + 1 file changed, 1 insertion(+) diff --git a/roundup/cgi/templating.py b/roundup/cgi/templating.py index ae4f0fa..9df83d2 100644 --- a/roundup/cgi/templating.py +++ b/roundup/cgi/templating.py @@ -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 -- 2.30.2