Commit 0fa4d67c authored by Rafael Monnerat's avatar Rafael Monnerat

ERP5Site_afterConfigurationSetup has already a good LOG message.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45116 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent bd9c5b85
......@@ -409,9 +409,6 @@ class BusinessConfiguration(Item):
"recursiveImmediateReindexObject"]
self.activate(**kw).ERP5Site_afterConfigurationSetup()
LOG("Business Configuration", INFO,
"After setup script called (force) for %s : %s" %
(self.getRelativeUrl(), self.getSpecialise()))
if self.portal_workflow.isTransitionPossible(self, 'install'):
self.activate(after_tag=kw["tag"]).install()
......
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