Commit 1208ce9b authored by Cédric Le Ninivin's avatar Cédric Le Ninivin Committed by Klaus Wölfel

WorkflowTool: Worklist use dedicated cache

parent e5db1aa2
...@@ -611,7 +611,7 @@ def WorkflowTool_listActions(self, info=None, object=None, src__=False): ...@@ -611,7 +611,7 @@ def WorkflowTool_listActions(self, info=None, object=None, src__=False):
_getAuthenticatedUser(self).getIdOrUserName(), _getAuthenticatedUser(self).getIdOrUserName(),
portal_url, portal_url,
), ),
cache_factory = 'erp5_ui_short', cache_factory = 'erp5_worklist_cache',
)()) )())
return actions 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