From eda36c9aa8e82fc737bf3af2dbc8f8c6c3ed7db5 Mon Sep 17 00:00:00 2001 From: Yusei Tahara <yusei@nexedi.com> Date: Thu, 27 Sep 2007 09:13:15 +0000 Subject: [PATCH] Remove field value interactor's installation line. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16645 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5Type/Interactor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product/ERP5Type/Interactor.py b/product/ERP5Type/Interactor.py index 1582d3af89..fe93945e67 100644 --- a/product/ERP5Type/Interactor.py +++ b/product/ERP5Type/Interactor.py @@ -210,5 +210,5 @@ class InteractorOfInteractor(Interactor): #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() -- 2.30.9