From 7aa73c8008a8adf2285073b425e163982390a439 Mon Sep 17 00:00:00 2001 From: Arnaud Fontaine <arnaud.fontaine@nexedi.com> Date: Fri, 2 Mar 2012 16:23:30 +0900 Subject: [PATCH] Likewise Document Component, add SortIndex Property Sheets to Extension Component Portal Type. --- .../property_sheet_list.xml | 3 +++ product/ERP5/bootstrap/erp5_core/bt/change_log | 3 +++ product/ERP5/bootstrap/erp5_core/bt/revision | 2 +- .../erp5_core/bt/template_portal_type_property_sheet_list | 1 + 4 files changed, 8 insertions(+), 1 deletion(-) diff --git a/product/ERP5/bootstrap/erp5_core/PortalTypePropertySheetTemplateItem/property_sheet_list.xml b/product/ERP5/bootstrap/erp5_core/PortalTypePropertySheetTemplateItem/property_sheet_list.xml index 693872edbe..c7d67ecf42 100644 --- a/product/ERP5/bootstrap/erp5_core/PortalTypePropertySheetTemplateItem/property_sheet_list.xml +++ b/product/ERP5/bootstrap/erp5_core/PortalTypePropertySheetTemplateItem/property_sheet_list.xml @@ -2,6 +2,9 @@ <portal_type id="Document Component"> <item>SortIndex</item> </portal_type> + <portal_type id="Extension Component"> + <item>SortIndex</item> + </portal_type> <portal_type id="Trash Bin"> <item>Base</item> <item>SimpleItem</item> diff --git a/product/ERP5/bootstrap/erp5_core/bt/change_log b/product/ERP5/bootstrap/erp5_core/bt/change_log index 97a444f204..2019ff842d 100644 --- a/product/ERP5/bootstrap/erp5_core/bt/change_log +++ b/product/ERP5/bootstrap/erp5_core/bt/change_log @@ -1,3 +1,6 @@ +2012-03-02 arnaud.fontaine +* Likewise Document Component, add SortIndex Property Sheets to Extension Component Portal Type. + 2012-02-29 arnaud.fontaine * Display error messages in Component_view which may have been raised when validating a Component in draft state. diff --git a/product/ERP5/bootstrap/erp5_core/bt/revision b/product/ERP5/bootstrap/erp5_core/bt/revision index 16c90bfa8a..1b2805daac 100644 --- a/product/ERP5/bootstrap/erp5_core/bt/revision +++ b/product/ERP5/bootstrap/erp5_core/bt/revision @@ -1 +1 @@ -41021 \ No newline at end of file +41022 \ No newline at end of file diff --git a/product/ERP5/bootstrap/erp5_core/bt/template_portal_type_property_sheet_list b/product/ERP5/bootstrap/erp5_core/bt/template_portal_type_property_sheet_list index 0375220908..a3697c5b5e 100644 --- a/product/ERP5/bootstrap/erp5_core/bt/template_portal_type_property_sheet_list +++ b/product/ERP5/bootstrap/erp5_core/bt/template_portal_type_property_sheet_list @@ -1,4 +1,5 @@ Document Component | SortIndex +Extension Component | SortIndex Trash Bin | Base Trash Bin | SimpleItem Trash Bin | Task \ No newline at end of file -- 2.30.9