Commit 783bd5ab authored by Cédric Le Ninivin's avatar Cédric Le Ninivin

WorkflowTool: Worklist use dedicated cache

parent 6ff816b6
......@@ -611,7 +611,7 @@ def WorkflowTool_listActions(self, info=None, object=None, src__=False):
else:
_getWorklistActionList = CachingMethod(_getWorklistActionList,
id=('_getWorklistActionList', user, portal_url),
cache_factory = 'erp5_ui_short')
cache_factory = 'erp5_worklist_cache')
actions.extend(_getWorklistActionList())
return actions
......
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