From 2bf31d2a7468113875ce4226fa3c4ddcc2ba303c Mon Sep 17 00:00:00 2001 From: Vincent Pelletier <vincent@nexedi.com> Date: Tue, 19 Sep 2006 13:20:35 +0000 Subject: [PATCH] Do not pass object_uid since it's not given any more by viewSearchRelatedDocumentDialog. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10167 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../portal_skins/erp5_xhtml_style/Base_callDialogMethod.xml | 1 - product/ERP5/bootstrap/erp5_xhtml_style/bt/revision | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/Base_callDialogMethod.xml b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/Base_callDialogMethod.xml index 8a8661da18..de4f60b04b 100644 --- a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/Base_callDialogMethod.xml +++ b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/Base_callDialogMethod.xml @@ -128,7 +128,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_xhtml_style/bt/revision b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision index 5e78f1eb7e..6e16ebf9e9 100644 --- a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision +++ b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision @@ -1 +1 @@ -203 \ No newline at end of file +208 \ No newline at end of file -- 2.30.9