[Erp5-report] r24145 - /erp5/trunk/products/ERP5Wizard/Tool/WizardTool.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Fri Oct 10 16:19:19 CEST 2008
Author: ivan
Date: Fri Oct 10 16:19:14 2008
New Revision: 24145
URL: http://svn.erp5.org?rev=24145&view=rev
Log:
Use local renderer.
Modified:
erp5/trunk/products/ERP5Wizard/Tool/WizardTool.py
Modified: erp5/trunk/products/ERP5Wizard/Tool/WizardTool.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Wizard/Tool/WizardTool.py?rev=24145&r1=24144&r2=24145&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Wizard/Tool/WizardTool.py (original)
+++ erp5/trunk/products/ERP5Wizard/Tool/WizardTool.py Fri Oct 10 16:19:14 2008
@@ -712,7 +712,7 @@
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
More information about the Erp5-report
mailing list