From 3dffe077556f9a98590696ae82d536ffd225e64f Mon Sep 17 00:00:00 2001 From: Romain Courteaud <romain@nexedi.com> Date: Mon, 30 Jun 2008 10:12:58 +0000 Subject: [PATCH] Do not associate Category as source decision. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22076 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../my_source_decision_title.xml | 24 +++++++------------ bt5/erp5_crm/bt/revision | 2 +- 2 files changed, 9 insertions(+), 17 deletions(-) diff --git a/bt5/erp5_crm/SkinTemplateItem/portal_skins/erp5_crm/Ticket_viewFieldLibrary/my_source_decision_title.xml b/bt5/erp5_crm/SkinTemplateItem/portal_skins/erp5_crm/Ticket_viewFieldLibrary/my_source_decision_title.xml index 41580af537..276c213a2f 100644 --- a/bt5/erp5_crm/SkinTemplateItem/portal_skins/erp5_crm/Ticket_viewFieldLibrary/my_source_decision_title.xml +++ b/bt5/erp5_crm/SkinTemplateItem/portal_skins/erp5_crm/Ticket_viewFieldLibrary/my_source_decision_title.xml @@ -3,11 +3,8 @@ <record id="1" aka="AAAAAAAAAAE="> <pickle> <tuple> - <tuple> - <string>Products.ERP5Form.ProxyField</string> - <string>ProxyField</string> - </tuple> - <none/> + <global name="ProxyField" module="Products.ERP5Form.ProxyField"/> + <tuple/> </tuple> </pickle> <pickle> @@ -16,11 +13,10 @@ <key> <string>delegated_list</string> </key> <value> <list> - <string>catalog_index</string> <string>title</string> - <string>default_module</string> - <string>portal_type</string> <string>base_category</string> + <string>portal_type</string> + <string>catalog_index</string> </list> </value> </item> @@ -82,11 +78,11 @@ <value> <dictionary> <item> - <key> <string>base_category</string> </key> + <key> <string>base_category</string> </key> <value> <string>source_decision</string> </value> </item> <item> - <key> <string>catalog_index</string> </key> + <key> <string>catalog_index</string> </key> <value> <string>title</string> </value> </item> <item> @@ -102,17 +98,13 @@ <value> <string>Base_viewFieldLibrary</string> </value> </item> <item> - <key> <string>portal_type</string> </key> + <key> <string>portal_type</string> </key> <value> <list> <tuple> <string>Organisation</string> <string>Organisation</string> </tuple> - <tuple> - <string>Category</string> - <string>Category</string> - </tuple> <tuple> <string>Person</string> <string>Person</string> @@ -125,7 +117,7 @@ <value> <string>Click to edit the target</string> </value> </item> <item> - <key> <string>title</string> </key> + <key> <string>title</string> </key> <value> <string>Supervisor</string> </value> </item> </dictionary> diff --git a/bt5/erp5_crm/bt/revision b/bt5/erp5_crm/bt/revision index a36df4ef7e..2a095c4d56 100644 --- a/bt5/erp5_crm/bt/revision +++ b/bt5/erp5_crm/bt/revision @@ -1 +1 @@ -269 \ No newline at end of file +271 \ No newline at end of file -- 2.30.9