Commit 280e834b authored by Ivan Tyagov's avatar Ivan Tyagov

Use local renderer.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24145 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 8c966ec6
......@@ -712,7 +712,7 @@ class WizardTool(BaseTool):
portal_activities = getToolByName(self.getPortalObject(), 'portal_activities')
is_bt5_installation_over = (portal_activities.countMessageWithTag('initialERP5Setup')==0)
if 0 == len(portal_activities.getMessageList()) and is_bt5_installation_over:
html = self.callRemoteProxyMethod('WizardTool_viewSuccessfulConfigurationMessageRenderer')
html = self.WizardTool_viewSuccessfulConfigurationMessageRenderer()
else:
if is_bt5_installation_over:
# only if bt5s are installed start tracking number of activities
......
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