Commit 4d65ebe4 authored by Vincent Pelletier's avatar Vincent Pelletier

Fix calling Folder_reindexAll on ActivityTool instance: this prototype is...

Fix calling Folder_reindexAll on ActivityTool instance: this prototype is incompatible with current prototype from ERP5Type/Core/Folder.py .


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24051 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6e715b82
......@@ -1218,9 +1218,6 @@ class ActivityTool (Folder, UniqueObject):
new_id = str(self.generateNewId())
return addActiveProcess(self, new_id, **kw)
def reindexObject(self):
self.immediateReindexObject()
# Active synchronisation methods
security.declarePrivate('validateOrder')
def validateOrder(self, message, validator_id, validation_value):
......
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