Commit f673739c authored by Nicolas Delaby's avatar Nicolas Delaby

Initialise variable

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32311 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7e499594
...@@ -75,6 +75,7 @@ def addDialogIfNeeded(url):\n ...@@ -75,6 +75,7 @@ def addDialogIfNeeded(url):\n
form = getattr(context, action_id, None)\n form = getattr(context, action_id, None)\n
\n \n
# try to get format parameter if exists\n # try to get format parameter if exists\n
parameter_kw = {}\n
if len(action_list) > 1:\n if len(action_list) > 1:\n
parameter_list = action.split(\'?\')[1]\n parameter_list = action.split(\'?\')[1]\n
parameter_tuple_list = [tuple(tuple_parameter.split(\'=\')) for tuple_parameter in parameter_list.split(\'&\')]\n parameter_tuple_list = [tuple(tuple_parameter.split(\'=\')) for tuple_parameter in parameter_list.split(\'&\')]\n
......
892 893
\ No newline at end of file \ No newline at end of file
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