[Erp5-report] r45110 rafael - /erp5/trunk/products/ERP5Configurator/Tool/ConfiguratorTool.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Tue Apr 5 20:10:33 CEST 2011
Author: rafael
Date: Tue Apr 5 20:10:33 2011
New Revision: 45110
URL: http://svn.erp5.org?rev=45110&view=rev
Log:
finalize_method is not relevant, this should be implemented as BusinessConfiguration_afterConfiguration instead
Modified:
erp5/trunk/products/ERP5Configurator/Tool/ConfiguratorTool.py
Modified: erp5/trunk/products/ERP5Configurator/Tool/ConfiguratorTool.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Configurator/Tool/ConfiguratorTool.py?rev=45110&r1=45109&r2=45110&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Configurator/Tool/ConfiguratorTool.py [utf8] (original)
+++ erp5/trunk/products/ERP5Configurator/Tool/ConfiguratorTool.py [utf8] Tue Apr 5 20:10:33 2011
@@ -482,8 +482,3 @@ class ConfiguratorTool(BaseTool):
bc = self.restrictedTraverse(business_configuration)
bc.build()
-
- finalize_method = getattr(self, 'ConfiguratorTool_finalizeInstallation', None)
- if finalize_method is not None and callable(finalize_method):
- finalize_method(business_configuration = bc,
- **request_restore_dict)
More information about the Erp5-report
mailing list