Commit 5d1b34a3 authored by Vincent Pelletier's avatar Vincent Pelletier

Yet some more fields to strip from selection-provided dict.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26568 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1bfd5f23
......@@ -86,7 +86,8 @@ class CatalogMethodWrapper(MethodWrapper):
def __call__(self, *args, **kw):
for parameter_id in ('selection', 'selection_name', 'select_columns',
'reset', 'selection_index', 'list_selection_name', 'list_start',
'list_lines',
'list_lines', 'listbox_list_start', 'listbox_uid', 'listbox_nextPage',
'listbox_previousPage',
# Also strip common HTML field names
# XXX: I'm not sure if those values really belong to here
'md5_object_uid_list', 'cancel_url', 'listbox_list_selection_name',
......
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