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

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Sep 27 11:13:15 CEST 2007


Author: yusei
Date: Thu Sep 27 11:13:15 2007
New Revision: 16645

URL: http://svn.erp5.org?rev=16645&view=rev
Log:
Remove field value interactor's installation line.

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=16645&r1=16644&r2=16645&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/Interactor.py (original)
+++ erp5/trunk/products/ERP5Type/Interactor.py Thu Sep 27 11:13:15 2007
@@ -210,5 +210,5 @@
 #interactor_of_interactor = InteractorOfInteractor(test)
 #interactor_of_interactor.install()
 # This is used in ERP5Form and install method is called in ERP5Form
+# Don't install this interactor here.
 fielf_value_interactor = FieldValueInteractor()
-fielf_value_interactor.install()




More information about the Erp5-report mailing list