Commit e0a5d559 authored by Vincent Pelletier's avatar Vincent Pelletier

Fix bug where dialog_select was propagated and became a list.

Likewise for "came_from".

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@8805 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 58e28077
......@@ -84,7 +84,7 @@
\n
# Remove some special values\n
# FIXME: This list should be mostly empty, every variable not to propagate must have a distinct prefix and thus be handled by isValid.\n
for k in (\'-C\', \'SearchableText\', \'uids\', \'listbox_uid\', \'list_selection_name\', \'list_start\', \'portal_status_message\', \'update_action\', \'dialog_method\', \'cancel_method\', \'title\', \'description\', \'reset\', \'md5_object_uid_list\', \'id\'):\n
for k in (\'-C\', \'SearchableText\', \'uids\', \'listbox_uid\', \'list_selection_name\', \'list_start\', \'portal_status_message\', \'update_action\', \'dialog_method\', \'cancel_method\', \'title\', \'description\', \'reset\', \'md5_object_uid_list\', \'id\', \'came_from\', \'dialog_select\'):\n
if parameter_list.has_key(k):\n
del parameter_list[k]\n
\n
......
38
\ No newline at end of file
43
\ 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