Commit 44e885d4 authored by Jérome Perrin's avatar Jérome Perrin

better selection name


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20616 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2ef5bd3c
...@@ -153,7 +153,7 @@ form.listbox.manage_edit_xmlrpc(\n ...@@ -153,7 +153,7 @@ form.listbox.manage_edit_xmlrpc(\n
field_id=\'my_list_mode_listbox\'))\n field_id=\'my_list_mode_listbox\'))\n
\n \n
form.listbox.manage_edit_surcharged_xmlrpc(\n form.listbox.manage_edit_surcharged_xmlrpc(\n
dict(selection_name=(\'_\'.join(object_title.split())).lower(),\n dict(selection_name=(\'_\'.join(module_portal_type.split())).lower() + \'_selection\',\n
title=module_title,\n title=module_title,\n
portal_type=[(object_portal_type, object_portal_type), ], ))\n portal_type=[(object_portal_type, object_portal_type), ], ))\n
\n \n
......
807 808
\ No newline at end of file \ 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