Commit 2a3c8288 authored by Jérome Perrin's avatar Jérome Perrin

we need **kw in case Base_callDialogMethod does not redirect (for modules actions this time)

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38918 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9d0d67f4
......@@ -128,7 +128,7 @@ return context.REQUEST.RESPONSE.redirect(\n
</item>
<item>
<key> <string>_params</string> </key>
<value> <string>node, payment_mode, payment, selection_index=None, uids=[], listbox_uid=[],selection_name=\'\'</string> </value>
<value> <string>node, payment_mode, payment, selection_index=None, uids=[], listbox_uid=[],selection_name=\'\', **kw</string> </value>
</item>
<item>
<key> <string>errors</string> </key>
......@@ -161,6 +161,7 @@ return context.REQUEST.RESPONSE.redirect(\n
<string>uids</string>
<string>listbox_uid</string>
<string>selection_name</string>
<string>kw</string>
<string>Products.ERP5Type.Message</string>
<string>translateString</string>
<string>zExceptions</string>
......
......@@ -119,7 +119,7 @@ return context.Base_redirect(form_id,\n
</item>
<item>
<key> <string>_params</string> </key>
<value> <string>cancellation_amount=False, date=None, plan=False, uids=[], listbox_uid=[], selection_name=\'\', form_id=\'view\'</string> </value>
<value> <string>cancellation_amount=False, date=None, plan=False, uids=[], listbox_uid=[], selection_name=\'\', form_id=\'view\', **kw</string> </value>
</item>
<item>
<key> <string>errors</string> </key>
......@@ -152,6 +152,7 @@ return context.Base_redirect(form_id,\n
<string>listbox_uid</string>
<string>selection_name</string>
<string>form_id</string>
<string>kw</string>
<string>Products.ERP5Type.Message</string>
<string>translateString</string>
<string>zExceptions</string>
......
1360
\ No newline at end of file
1361
\ 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