Commit af775751 authored by Jérome Perrin's avatar Jérome Perrin

keep form_id parameter in Base_doJump, in case the action script want to use it.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15420 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5e594940
......@@ -70,7 +70,10 @@
<key> <string>_body</string> </key>
<value> <string>if select_jump == \'\':\n
return\n
return context.ERP5Site_redirect(select_jump, **kw)\n
\n
request = container.REQUEST\n
return context.ERP5Site_redirect(select_jump,\n
keep_items=dict(form_id=request.get(\'form_id\', \'view\')), **kw)\n
</string> </value>
</item>
<item>
......@@ -121,9 +124,12 @@ return context.ERP5Site_redirect(select_jump, **kw)\n
<tuple>
<string>select_jump</string>
<string>kw</string>
<string>_apply_</string>
<string>_getattr_</string>
<string>container</string>
<string>request</string>
<string>_apply_</string>
<string>context</string>
<string>dict</string>
</tuple>
</value>
</item>
......
404
\ No newline at end of file
407
\ 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