[Erp5-report] r45204 lucas - /erp5/trunk/products/ERP5Configurator/Tool/ConfiguratorTool.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Apr 7 22:00:26 CEST 2011


Author: lucas
Date: Thu Apr  7 22:00:25 2011
New Revision: 45204

URL: http://svn.erp5.org?rev=45204&view=rev
Log:
The business configuration relative path value, of the new user interface, comes from Base_callDialogMethod key.

Modified:
    erp5/trunk/products/ERP5Configurator/Tool/ConfiguratorTool.py

Modified: erp5/trunk/products/ERP5Configurator/Tool/ConfiguratorTool.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Configurator/Tool/ConfiguratorTool.py?rev=45204&r1=45203&r2=45204&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Configurator/Tool/ConfiguratorTool.py [utf8] (original)
+++ erp5/trunk/products/ERP5Configurator/Tool/ConfiguratorTool.py [utf8] Thu Apr  7 22:00:25 2011
@@ -145,7 +145,7 @@ class ConfiguratorTool(BaseTool):
   def login(self, REQUEST):
     """ Login client and show next form. """
     password = REQUEST.get('field_my_ac_key', '')
-    bc = REQUEST.get('field_your_business_configuration')
+    bc = REQUEST.get('Base_callDialogMethod')
     if self._isCorrectConfigurationKey(password, bc):
       # set user preferred configuration language
       user_preferred_language = REQUEST.get(



More information about the Erp5-report mailing list