Commit 1a62fb3e authored by 's avatar

Added class default for threshold.

parent 1bb55d76
...@@ -179,6 +179,9 @@ class ZCatalog(Folder, FindSupport, Persistent, Implicit): ...@@ -179,6 +179,9 @@ class ZCatalog(Folder, FindSupport, Persistent, Implicit):
manage_catalogIndexes = HTMLFile('catalogIndexes', globals()) manage_catalogIndexes = HTMLFile('catalogIndexes', globals())
manage_catalogStatus = HTMLFile('catalogStatus', globals()) manage_catalogStatus = HTMLFile('catalogStatus', globals())
threshold=1000
def __init__(self,id,title=''): def __init__(self,id,title=''):
self.id=id self.id=id
self.title=title self.title=title
......
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