Commit 45146b8b authored by Lucas Carvalho's avatar Lucas Carvalho

The business configuration relative path value, of the new user interface,...

The business configuration relative path value, of the new user interface, comes from Base_callDialogMethod key.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45204 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 55079838
......@@ -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(
......
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