diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_callDialogMethod.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_callDialogMethod.xml index cd0773771cf10b1c1b4de32c54cc7903b93dab19..bd09f03a1358f8ddda3fbfcadbcb692136d96086 100644 --- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_callDialogMethod.xml +++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_callDialogMethod.xml @@ -122,7 +122,6 @@ if dialog_method == \'Base_editRelation\':\n field_id=request_form[\'field_id\'],\n selection_name=request_form[\'selection_name\'],\n selection_index=request_form[\'selection_index\'],\n - object_uid=request_form[\'object_uid\'],\n uids=request_form[\'uids\'],\n listbox_uid=request_form[\'listbox_uid\'],\n form_pickle=request_form[\'form_pickle\'],\n diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_editRelation.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_editRelation.xml index 22d7ad0546bd9f25bf6145ebe5e092429f497877..5991562c29ddfbe8e447f7d7fd034b00c31b38b5 100644 --- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_editRelation.xml +++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_editRelation.xml @@ -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, object_uid, 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</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>10</int> </value> + <value> <int>9</int> </value> </item> <item> <key> <string>co_varnames</string> </key> @@ -155,7 +155,6 @@ return context.Base_edit(form_id,\n <string>selection_index</string> <string>selection_name</string> <string>uids</string> - <string>object_uid</string> <string>listbox_uid</string> <string>form_pickle</string> <string>form_signature</string> diff --git a/product/ERP5/bootstrap/erp5_core/bt/revision b/product/ERP5/bootstrap/erp5_core/bt/revision index 0aeb5485442b9ed8a2d59d629933a00db4473ebf..78eb67cee1ab25652fe5c9e29efc173671301400 100644 --- a/product/ERP5/bootstrap/erp5_core/bt/revision +++ b/product/ERP5/bootstrap/erp5_core/bt/revision @@ -1 +1 @@ -74 \ No newline at end of file +75