[Erp5-report] r15836 - /erp5/trunk/products/ERP5/Document/ExternalSource.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Aug 27 15:03:14 CEST 2007


Author: jp
Date: Mon Aug 27 15:03:13 2007
New Revision: 15836

URL: http://svn.erp5.org?rev=15836&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/ERP5/Document/ExternalSource.py

Modified: erp5/trunk/products/ERP5/Document/ExternalSource.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/ExternalSource.py?rev=15836&r1=15835&r2=15836&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/ExternalSource.py (original)
+++ erp5/trunk/products/ERP5/Document/ExternalSource.py Mon Aug 27 15:03:13 2007
@@ -26,7 +26,6 @@
 ##############################################################################
 
 from AccessControl import ClassSecurityInfo
-from Products.CMFCore.WorkflowCore import WorkflowMethod
 from Products.CMFCore.utils import getToolByName
 from Products.ERP5Type import Permissions, PropertySheet, Constraint, Interface
 from Products.ERP5Type.XMLObject import XMLObject




More information about the Erp5-report mailing list