[Erp5-report] r16676 - /erp5/trunk/products/ERP5Type/patches/WorkflowTool.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Sep 27 19:50:17 CEST 2007


Author: vincent
Date: Thu Sep 27 19:50:17 2007
New Revision: 16676

URL: http://svn.erp5.org?rev=16676&view=rev
Log:
Disabl Worklist monkey patch because it is still buggy with local roles handling.

Modified:
    erp5/trunk/products/ERP5Type/patches/WorkflowTool.py

Modified: erp5/trunk/products/ERP5Type/patches/WorkflowTool.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/patches/WorkflowTool.py?rev=16676&r1=16675&r2=16676&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/patches/WorkflowTool.py (original)
+++ erp5/trunk/products/ERP5Type/patches/WorkflowTool.py Thu Sep 27 19:50:17 2007
@@ -448,4 +448,7 @@
     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




More information about the Erp5-report mailing list