[Erp5-report] r15840 - /erp5/trunk/products/Nexedi/Document/WPNNode.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Aug 27 15:16:32 CEST 2007


Author: jp
Date: Mon Aug 27 15:16:31 2007
New Revision: 15840

URL: http://svn.erp5.org?rev=15840&view=rev
Log:
New WorkflowMethod implementation. This new implementation solves most issues which existed previously and related to multiple workflows for a single workflow method ID. It should also be faster but will require some more work so that changes in workflow definition are reflected automatically in workflow methods registration.

Modified:
    erp5/trunk/products/Nexedi/Document/WPNNode.py

Modified: erp5/trunk/products/Nexedi/Document/WPNNode.py
URL: http://svn.erp5.org/erp5/trunk/products/Nexedi/Document/WPNNode.py?rev=15840&r1=15839&r2=15840&view=diff
==============================================================================
--- erp5/trunk/products/Nexedi/Document/WPNNode.py (original)
+++ erp5/trunk/products/Nexedi/Document/WPNNode.py Mon Aug 27 15:16:31 2007
@@ -30,8 +30,6 @@
 
 from Products.ERP5.Document.Item import Item
 from Products.ERP5Type import Permissions, PropertySheet, Constraint, Interface
-
-from Products.CMFCore.WorkflowCore import WorkflowMethod
 
 class WPNNode(Item):
     """




More information about the Erp5-report mailing list