Commit d92d616b authored by Sebastien Robin's avatar Sebastien Robin

fixed small bugs when there is a listbox into the dialog

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10713 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 387f2748
......@@ -225,7 +225,7 @@ listbox_uid = request_form.get(\'listbox_uid\', None)\n
if listbox_uid is not None:\n
uids = request_form.get(\'uids\')\n
selected_uids = context.portal_selections.updateSelectionCheckedUidList(\n
selection_name,\n
request_form[\'selection_name\'],\n
listbox_uid, uids)\n
\n
# Remove values which doesn\'t work with make_query.\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