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 @@
<key> <string>_body</string> </key>
<value> <string>portal_catalog = context.portal_catalog\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
return None\n
\n
......@@ -74,7 +74,7 @@ for gadget_id in gadget_id_list:\n
</item>
<item>
<key> <string>_params</string> </key>
<value> <string></string> </value>
<value> <string>gadget_id_list=None</string> </value>
</item>
<item>
<key> <string>id</string> </key>
......
358
\ No newline at end of file
359
\ 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