Commit e2dd5d13 authored by Vincent Pelletier's avatar Vincent Pelletier

Do not remove parameter, better put it as an optionnal parameter. It has not...

Do not remove parameter, better put it as an optionnal parameter. It has not much meaning but to prevent unknown scripts from crashing when calling.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10171 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 82a27587
......@@ -124,7 +124,7 @@ return context.Base_edit(form_id,\n
</item>
<item>
<key> <string>_params</string> </key>
<value> <string>form_id, field_id, selection_index, selection_name, uids, listbox_uid, form_pickle, form_signature, batch_mode=0</string> </value>
<value> <string>form_id, field_id, selection_index, selection_name, uids, listbox_uid, form_pickle, form_signature, batch_mode=0, object_uid=0</string> </value>
</item>
<item>
<key> <string>errors</string> </key>
......@@ -144,7 +144,7 @@ return context.Base_edit(form_id,\n
<dictionary>
<item>
<key> <string>co_argcount</string> </key>
<value> <int>9</int> </value>
<value> <int>10</int> </value>
</item>
<item>
<key> <string>co_varnames</string> </key>
......@@ -159,6 +159,7 @@ return context.Base_edit(form_id,\n
<string>form_pickle</string>
<string>form_signature</string>
<string>batch_mode</string>
<string>object_uid</string>
<string>Products.ERP5Type.Message</string>
<string>Message</string>
<string>Products.Formulator.Errors</string>
......@@ -193,6 +194,7 @@ return context.Base_edit(form_id,\n
<value>
<tuple>
<int>0</int>
<int>0</int>
</tuple>
</value>
</item>
......
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