Commit 155427b9 authored by Fabien Morin's avatar Fabien Morin

fix a small mistake

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29371 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7f5355b6
......@@ -81,7 +81,8 @@ else:\n
else:\n
msg = \'No new Apparel Colour Range Variation defined.\'\n
\n
context.Base_redirect(keep_items=dict(portal_status_message=msg))\n
context.Base_redirect(form_id=form_id,\n
keep_items=dict(portal_status_message=msg))\n
</string> </value>
</item>
<item>
......@@ -92,7 +93,7 @@ context.Base_redirect(keep_items=dict(portal_status_message=msg))\n
</item>
<item>
<key> <string>_params</string> </key>
<value> <string>form_id=\'\'</string> </value>
<value> <string>form_id=\'view\'</string> </value>
</item>
<item>
<key> <string>errors</string> </key>
......@@ -146,7 +147,7 @@ context.Base_redirect(keep_items=dict(portal_status_message=msg))\n
<key> <string>func_defaults</string> </key>
<value>
<tuple>
<string></string>
<string>view</string>
</tuple>
</value>
</item>
......
55
\ No newline at end of file
56
\ 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