Commit fdb56e56 authored by Jérome Perrin's avatar Jérome Perrin

add 'workflow_action' to ignored parameters



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9191 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e6076427
...@@ -90,7 +90,7 @@ if parameter_list.has_key(\'-C\'):\n ...@@ -90,7 +90,7 @@ if parameter_list.has_key(\'-C\'):\n
\n \n
# erp5_xhtml_style special fields.\n # erp5_xhtml_style special fields.\n
# This is normal.\n # This is normal.\n
for k in (\'came_from\', \'SearchableText\', \'portal_status_message\', \'reset\', \'dialog_id\', \'update_action\', \'dialog_method\', \'cancel_method\'):\n for k in (\'came_from\', \'SearchableText\', \'workflow_action\', \'portal_status_message\', \'reset\', \'dialog_id\', \'update_action\', \'dialog_method\', \'cancel_method\'):\n
if parameter_list.has_key(k):\n if parameter_list.has_key(k):\n
del parameter_list[k]\n del parameter_list[k]\n
\n \n
......
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