From 2e96067ac9d5d0155ea47d92d0d0501f924a1293 Mon Sep 17 00:00:00 2001 From: Vincent Pelletier <vincent@nexedi.com> Date: Thu, 27 Sep 2007 17:50:17 +0000 Subject: [PATCH] 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 --- product/ERP5Type/patches/WorkflowTool.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/product/ERP5Type/patches/WorkflowTool.py b/product/ERP5Type/patches/WorkflowTool.py index 2f1af99964..25f7496a3f 100644 --- a/product/ERP5Type/patches/WorkflowTool.py +++ b/product/ERP5Type/patches/WorkflowTool.py @@ -448,4 +448,7 @@ def WorkflowTool_listActions(self, info=None, object=None): actions.extend(_getWorklistActionList()) 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 -- 2.30.9