From 2af0e25ab6742c28929c7833786aa13cdd1933dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Wed, 28 Jul 2010 15:53:44 +0000 Subject: [PATCH] we don't need a list action for relation field listbox git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37352 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../erp5_core/Base_viewRelatedObjectList/listbox.xml | 5 +++++ product/ERP5/bootstrap/erp5_core/bt/revision | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewRelatedObjectList/listbox.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewRelatedObjectList/listbox.xml index 8b74a9852d..2229e4e8bc 100644 --- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewRelatedObjectList/listbox.xml +++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewRelatedObjectList/listbox.xml @@ -16,6 +16,7 @@ <string>count_method</string> <string>domain_root_list</string> <string>domain_tree</string> + <string>list_action</string> <string>list_method</string> <string>portal_types</string> <string>report_root_list</string> @@ -186,6 +187,10 @@ <key> <string>height</string> </key> <value> <int>5</int> </value> </item> + <item> + <key> <string>list_action</string> </key> + <value> <string></string> </value> + </item> <item> <key> <string>list_cookie</string> </key> <value> <string>SEARCH_LIST</string> </value> diff --git a/product/ERP5/bootstrap/erp5_core/bt/revision b/product/ERP5/bootstrap/erp5_core/bt/revision index 7fc5e9be95..dfac53b0c4 100644 --- a/product/ERP5/bootstrap/erp5_core/bt/revision +++ b/product/ERP5/bootstrap/erp5_core/bt/revision @@ -1 +1 @@ -1642 \ No newline at end of file +1641 \ No newline at end of file -- GitLab