Commit c1137deb authored by Romain Courteaud's avatar Romain Courteaud

Use 'use_selection_name' parameter to update the selection

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18918 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0a59bc80
......@@ -65,7 +65,7 @@
</item>
<item>
<key> <string>_body</string> </key>
<value> <string>selection_name = context.REQUEST.get(\'selection_name\', None)\n
<value> <string>selection_name = context.REQUEST.get(\'list_selection_name\', None)\n
listbox_uid =context.REQUEST.get(\'listbox_uid\', None)\n
uids = context.REQUEST.get(\'uids\', None)\n
\n
......@@ -122,7 +122,7 @@ if selection_name is not None:\n
<value>
<tuple>
<string>_getattr_</string>
<string>context</string>
<string>context</string>
<string>None</string>
<string>selection_name</string>
<string>listbox_uid</string>
......
695
\ No newline at end of file
696
\ 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