[Erp5-report] r24028 - /erp5/trunk/products/ERP5Wizard/Tool/WizardTool.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Oct 6 15:13:13 CEST 2008


Author: ivan
Date: Mon Oct  6 15:13:05 2008
New Revision: 24028

URL: http://svn.erp5.org?rev=24028&view=rev
Log:
Obey naming convention.

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=24028&r1=24027&r2=24028&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Wizard/Tool/WizardTool.py (original)
+++ erp5/trunk/products/ERP5Wizard/Tool/WizardTool.py Mon Oct  6 15:13:05 2008
@@ -689,7 +689,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_successfulConfiguration')
+      html = self.callRemoteProxyMethod('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