Commit 2a12aa57 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

update the comment because sorting is supported by contentValues and objectValues.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31661 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d4b183f3
......@@ -31,8 +31,8 @@ def getListModeProxyListMethodName(self):
"""Returns the name of the list method to use in listbox's list mode proxy
If the method uses contentValues or objectValues, use searchFolder so that
searching and sorting works. Otherwise, just use the method as is but sorting
will not work.
searching works. Otherwise, just use the method as it is but searching may
not work.
"""
template_field = self.getTemplateField()
if template_field.get_value('list_method').method_name in (
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment