[Erp5-report] r35824 nicolas - /erp5/trunk/products/ERP5SyncML/Conduit/ERP5Conduit.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon May 31 18:49:25 CEST 2010


Author: nicolas
Date: Mon May 31 18:49:25 2010
New Revision: 35824

URL: http://svn.erp5.org?rev=35824&view=rev
Log:
restore isWorkflowActionAddable because of new erp5diff which is able to detect moved nodes

Modified:
    erp5/trunk/products/ERP5SyncML/Conduit/ERP5Conduit.py

Modified: erp5/trunk/products/ERP5SyncML/Conduit/ERP5Conduit.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5SyncML/Conduit/ERP5Conduit.py?rev=35824&r1=35823&r2=35824&view=diff
==============================================================================
--- erp5/trunk/products/ERP5SyncML/Conduit/ERP5Conduit.py [utf8] (original)
+++ erp5/trunk/products/ERP5SyncML/Conduit/ERP5Conduit.py [utf8] Mon May 31 18:49:25 2010
@@ -918,8 +918,6 @@
     instead go to a conflict state.
     """
     # We first test if the status in not already inside the workflow_history
-    return 1
-    # XXX Disable for now
     wf_history = object.workflow_history
     if wf_history.has_key(wf_id):
       action_list = wf_history[wf_id]




More information about the Erp5-report mailing list