Commit 1354b9be authored by Cédric Le Ninivin's avatar Cédric Le Ninivin

WorkflowTool: Worklist use dedicated cache

parent ecb609c8
...@@ -603,7 +603,7 @@ def WorkflowTool_listActions(self, info=None, object=None, src__=False): ...@@ -603,7 +603,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