From 7833d7e5723d6e3e43a83c1f0dfc7dbabe34300a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Thu, 24 Aug 2006 11:48:39 +0000 Subject: [PATCH] set property sheet: Foo | DublinCore git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9391 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../property_sheet_list.xml | 1 + bt5/erp5_ui_test/bt/template_portal_type_property_sheet_list | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/bt5/erp5_ui_test/PortalTypePropertySheetTemplateItem/property_sheet_list.xml b/bt5/erp5_ui_test/PortalTypePropertySheetTemplateItem/property_sheet_list.xml index a6217e9f41..c05147da32 100644 --- a/bt5/erp5_ui_test/PortalTypePropertySheetTemplateItem/property_sheet_list.xml +++ b/bt5/erp5_ui_test/PortalTypePropertySheetTemplateItem/property_sheet_list.xml @@ -1,5 +1,6 @@ <property_sheet_list> <portal_type id="Foo"> <item>Amount</item> + <item>DublinCore</item> </portal_type> </property_sheet_list> \ No newline at end of file diff --git a/bt5/erp5_ui_test/bt/template_portal_type_property_sheet_list b/bt5/erp5_ui_test/bt/template_portal_type_property_sheet_list index 0e6c8b4acd..2fe331858e 100644 --- a/bt5/erp5_ui_test/bt/template_portal_type_property_sheet_list +++ b/bt5/erp5_ui_test/bt/template_portal_type_property_sheet_list @@ -1 +1,2 @@ -Foo | Amount \ No newline at end of file +Foo | Amount +Foo | DublinCore \ No newline at end of file -- GitLab