Commit d2c749b5 authored by Jérome Perrin's avatar Jérome Perrin

according to listbox_zuite/testDelete, Folder_delete wants selection_name, not list_selection_name


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12089 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5e2518c3
......@@ -134,7 +134,7 @@ if dialog_method == \'Base_createRelation\':\n
# Exception for folder delete\n
if dialog_method == \'Folder_delete\':\n
return context.Folder_delete(form_id=kw[\'form_id\'],\n
selection_name=kw[\'list_selection_name\'],\n
selection_name=kw[\'selection_name\'],\n
uids=kw[\'listbox_uid\'],\n
md5_object_uid_list=kw[\'md5_object_uid_list\'])\n
\n
......
239
\ No newline at end of file
240
\ 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