Commit 23198362 authored by Rafael Monnerat's avatar Rafael Monnerat

finalize_method is not relevant, this should be implemented as...

finalize_method is not relevant, this should be implemented as BusinessConfiguration_afterConfiguration instead

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45110 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 31d56072
......@@ -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)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment