[Erp5-report] r17039 - /erp5/trunk/products/ERP5Type/Interactor.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Oct 18 17:33:04 CEST 2007


Author: jerome
Date: Thu Oct 18 17:33:03 2007
New Revision: 17039

URL: http://svn.erp5.org?rev=17039&view=rev
Log:
registerBeforeAction should add in self.before_action_list

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

Modified: erp5/trunk/products/ERP5Type/Interactor.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/Interactor.py?rev=17039&r1=17038&r2=17039&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/Interactor.py (original)
+++ erp5/trunk/products/ERP5Type/Interactor.py Thu Oct 18 17:33:03 2007
@@ -43,7 +43,7 @@
     self.func_defaults = method.func_defaults
 
   def registerBeforeAction(self, action, args, kw):
-    self.after_action_list.append((action, args, kw))
+    self.before_action_list.append((action, args, kw))
   
   def registerAfterAction(self, action, args, kw):
     self.after_action_list.append((action, args, kw))




More information about the Erp5-report mailing list