Commit 2e96067a authored by Vincent Pelletier's avatar Vincent Pelletier

Disabl Worklist monkey patch because it is still buggy with local roles handling.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16676 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ec9ccef1
...@@ -448,4 +448,7 @@ def WorkflowTool_listActions(self, info=None, object=None): ...@@ -448,4 +448,7 @@ def WorkflowTool_listActions(self, info=None, object=None):
actions.extend(_getWorklistActionList()) actions.extend(_getWorklistActionList())
return actions return actions
WorkflowTool.listActions = WorkflowTool_listActions # Disable this monkey patch, because some cases are not correctly handled.
# I (vincent) will keep on working on this, but it will now be disaled by
# default.
#WorkflowTool.listActions = WorkflowTool_listActions
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