Commit 11e0ff70 authored by Vincent Pelletier's avatar Vincent Pelletier

Prevent from propagating validated listbox.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9801 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d173ca09
......@@ -102,7 +102,7 @@ for k in (\'came_from\', \'SearchableText\', \'workflow_action\', \'portal_statu
\n
# Listbox special fields.\n
# XXX: This should not be needed.\n
for k in (\'list_start\', \'uids\', \'listbox_uid\', \'list_selection_name\', \'md5_object_uid_list\'):\n
for k in (\'listbox\', \'list_start\', \'uids\', \'listbox_uid\', \'list_selection_name\', \'md5_object_uid_list\'):\n
if parameter_list.has_key(k):\n
del parameter_list[k]\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