From 8256c0505b7ee5b163dfca386cf01332622734bc Mon Sep 17 00:00:00 2001 From: Kazuhiko Shiozaki <kazuhiko@nexedi.com> Date: Mon, 2 Mar 2009 15:19:25 +0000 Subject: [PATCH] * Base_viewDocumentList should not depends on Person_viewFieldLibrary that belongs to erp5_base. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25789 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../erp5_core/Base_viewDocumentList/my_title.xml | 6 ++++-- product/ERP5/bootstrap/erp5_core/bt/revision | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewDocumentList/my_title.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewDocumentList/my_title.xml index e20558b0b1..4b7eeba994 100644 --- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewDocumentList/my_title.xml +++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewDocumentList/my_title.xml @@ -13,6 +13,8 @@ <key> <string>delegated_list</string> </key> <value> <list> + <string>title</string> + <string>description</string> <string>editable</string> </list> </value> @@ -76,7 +78,7 @@ <dictionary> <item> <key> <string>description</string> </key> - <value> <string>The usual name of the person.</string> </value> + <value> <string>The usual name of the person or the organisation.</string> </value> </item> <item> <key> <string>editable</string> </key> @@ -88,7 +90,7 @@ </item> <item> <key> <string>form_id</string> </key> - <value> <string>Person_viewFieldLibrary</string> </value> + <value> <string>Base_viewFieldLibrary</string> </value> </item> <item> <key> <string>target</string> </key> diff --git a/product/ERP5/bootstrap/erp5_core/bt/revision b/product/ERP5/bootstrap/erp5_core/bt/revision index 8b37c8cfe6..dfc8356d74 100644 --- a/product/ERP5/bootstrap/erp5_core/bt/revision +++ b/product/ERP5/bootstrap/erp5_core/bt/revision @@ -1 +1 @@ -1097 \ No newline at end of file +1098 \ No newline at end of file -- 2.30.9