[Erp5-report] r42499 nicolas.dumazet - /erp5/trunk/products/ERP5Type/Base.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Jan 20 09:28:00 CET 2011


Author: nicolas.dumazet
Date: Thu Jan 20 09:28:00 2011
New Revision: 42499

URL: http://svn.erp5.org?rev=42499&view=rev
Log:
fix method name, sorry '-_-

Modified:
    erp5/trunk/products/ERP5Type/Base.py

Modified: erp5/trunk/products/ERP5Type/Base.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/Base.py?rev=42499&r1=42498&r2=42499&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/Base.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/Base.py [utf8] Thu Jan 20 09:28:00 2011
@@ -764,7 +764,7 @@ def initializePortalTypeDynamicWorkflowM
   if not interaction_queue:
     return
 
-  new_method_set = set(prop_holder.getClassMethodItemList(klass))
+  new_method_set = set(prop_holder.getClassMethodIdList(klass))
   added_method_set = new_method_set.difference(class_method_list)
   # We need to run this part twice in order to handle interactions of interactions
   # ex. an interaction workflow creates a workflow method which matches



More information about the Erp5-report mailing list