Fix default parameter SyntaxError, for Zope 2.12 compatibility

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31737 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d06a6123
......@@ -126,7 +126,7 @@ return context.ERP5Site_redirect(redirect_url, keep_items=preserved_parameters,
</item>
<item>
<key> <string>_params</string> </key>
<value> <string>select_action=None, form_id, cancel_url, **kw</string> </value>
<value> <string>select_action=None, form_id=None, cancel_url=None, **kw</string> </value>
</item>
<item>
<key> <string>errors</string> </key>
......
872
\ No newline at end of file
875
\ 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