Commit 241a87a1 authored by Mame Coumba Sall's avatar Mame Coumba Sall

remove the limit of 1000


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32013 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9355cdf6
......@@ -211,7 +211,7 @@ class CatalogTool (UniqueObject, ZCatalog, CMFCoreCatalogTool, ActiveObject):
meta_type = 'ERP5 Catalog'
security = ClassSecurityInfo()
default_result_limit = 1000
default_result_limit = None
default_count_limit = 1
manage_options = ({ 'label' : 'Overview', 'action' : 'manage_overview' },
......
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