Commit ffa2c774 authored by Mame Coumba Sall's avatar Mame Coumba Sall

Apply here the limit of 1000 that was removed in Catalog.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32014 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 241a87a1
......@@ -1143,6 +1143,7 @@ class ListBoxRenderer:
# 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
......
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