[Erp5-report] r31661 kazuhiko - /erp5/trunk/products/ERP5Form/Extensions/

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Jan 8 09:23:14 CET 2010


Author: kazuhiko
Date: Fri Jan  8 09:23:11 2010
New Revision: 31661

URL: http://svn.erp5.org?rev=31661&view=rev
Log:
update the comment because sorting is supported by contentValues and objectValues.

Modified:
    erp5/trunk/products/ERP5Form/Extensions/ListBox_getListModeProxyListMethodName.py

Modified: erp5/trunk/products/ERP5Form/Extensions/ListBox_getListModeProxyListMethodName.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Form/Extensions/ListBox_getListModeProxyListMethodName.py?rev=31661&r1=31660&r2=31661&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Form/Extensions/ListBox_getListModeProxyListMethodName.py [utf8] (original)
+++ erp5/trunk/products/ERP5Form/Extensions/ListBox_getListModeProxyListMethodName.py [utf8] Fri Jan  8 09:23:11 2010
@@ -31,8 +31,8 @@
   """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 (




More information about the Erp5-report mailing list