Fix syntax error (default parameter before mandatory)

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30677 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 04f0c24c
......@@ -138,7 +138,7 @@ else:\n
</item>
<item>
<key> <string>_params</string> </key>
<value> <string>clone=1, form_id, web_mode=0, editable_mode=0, batch_mode=0</string> </value>
<value> <string>clone=1, form_id=\'view\', web_mode=0, editable_mode=0, batch_mode=0</string> </value>
</item>
<item>
<key> <string>_proxy_roles</string> </key>
......@@ -215,7 +215,7 @@ else:\n
<value>
<tuple>
<int>1</int>
<none/>
<string>view</string>
<int>0</int>
<int>0</int>
<int>0</int>
......
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