diff --git a/product/ERP5Type/patches/WorkflowTool.py b/product/ERP5Type/patches/WorkflowTool.py
index 2f1af99964c64c2436bcd79d9cdae20453cb781d..25f7496a3fee36e2b9a8b651f9c0f800f330f199 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