Commit ceed3853 authored by Gabriel Monnerat's avatar Gabriel Monnerat

missing add in r45559

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45595 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 959834de
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
<key> <string>_body</string> </key> <key> <string>_body</string> </key>
<value> <string>portal_catalog = context.portal_catalog\n <value> <string>portal_catalog = context.portal_catalog\n
\n \n
gadget_id_list = context.REQUEST.form.get("gadget_id_list")\n gadget_id_list = context.REQUEST.form.get("gadget_id_list", gadget_id_list)\n
if not gadget_id_list:\n if not gadget_id_list:\n
return None\n return None\n
\n \n
...@@ -74,7 +74,7 @@ for gadget_id in gadget_id_list:\n ...@@ -74,7 +74,7 @@ for gadget_id in gadget_id_list:\n
</item> </item>
<item> <item>
<key> <string>_params</string> </key> <key> <string>_params</string> </key>
<value> <string></string> </value> <value> <string>gadget_id_list=None</string> </value>
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
......
358 359
\ 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