[Erp5-report] r32014 mame - /erp5/trunk/products/ERP5Form/ListBox.py

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Jan 27 13:02:20 CET 2010


Author: mame
Date: Wed Jan 27 13:02:15 2010
New Revision: 32014

URL: http://svn.erp5.org?rev=32014&view=rev
Log:
Apply here the limit of 1000 that was removed in Catalog.

Modified:
    erp5/trunk/products/ERP5Form/ListBox.py

Modified: erp5/trunk/products/ERP5Form/ListBox.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Form/ListBox.py?rev=32014&r1=32013&r2=32014&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Form/ListBox.py [utf8] (original)
+++ erp5/trunk/products/ERP5Form/ListBox.py [utf8] Wed Jan 27 13:02:15 2010
@@ -1143,6 +1143,7 @@
     # objects in the current ListBox configuration.
     if 'select_expression' in params:
       del params['select_expression']
+    params.setdefault('limit', 1000) 
 
     self.getSelection().edit(params=params)
     return params




More information about the Erp5-report mailing list