Skip to content

Commit 8134bd1

Browse files
author
Richard Jones
committed
*** empty log message ***
1 parent b654939 commit 8134bd1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

roundup/cgi/templating.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,7 @@ def filter(self, request=None):
403403
''' Return a list of items from this class, filtered and sorted
404404
by the current requested filterspec/filter/sort/group args
405405
'''
406+
# XXX allow direct specification of the filterspec etc.
406407
if request is not None:
407408
filterspec = request.filterspec
408409
sort = request.sort

0 commit comments

Comments
 (0)