Commit eff46184 authored by Cédric Le Ninivin's avatar Cédric Le Ninivin

WorkflowTool: Worklist use dedicated cache

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