Commit e4837f5a authored by Aurel's avatar Aurel

make checkAll/uncheckAll work in view mode


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24003 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b289bc28
......@@ -1558,7 +1558,8 @@ def createFolderMixInPageSelectionMethod(listbox_id):
list_start_property_id = "%s_list_start" % listbox_id
# Rename request parameters
if request.has_key(selection_name_property_id):
request.form['list_selection_name'] = request[selection_name_property_id]
request.form['list_selection_name'] = request.form['selection_name'] \
= request[selection_name_property_id]
if request.has_key(listbox_uid_property_id):
request.form['listbox_uid'] = request[listbox_uid_property_id]
if request.has_key(list_start_property_id):
......
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