Commit 31c8697c authored by Cédric Le Ninivin's avatar Cédric Le Ninivin Committed by Your Name

WorkflowTool: Worklist use dedicated cache

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