From 873baae1a479764bacd0ac073b03b13279d7b7f6 Mon Sep 17 00:00:00 2001
From: Lucas Carvalho <lucas@nexedi.com>
Date: Thu, 7 Apr 2011 19:27:28 +0000
Subject: [PATCH] 2011-04-07 lucas * Added Embedded File as allowed content
 type of Business Configuration

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45195 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 .../allowed_content_types.xml                               | 1 +
 bt5/erp5_configurator/bt/change_log                         | 6 ++++++
 bt5/erp5_configurator/bt/revision                           | 2 +-
 .../bt/template_portal_type_allowed_content_type_list       | 1 +
 4 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/bt5/erp5_configurator/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml b/bt5/erp5_configurator/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml
index c2c90baa5f..9c134edf92 100644
--- a/bt5/erp5_configurator/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml
+++ b/bt5/erp5_configurator/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml
@@ -1,6 +1,7 @@
 <allowed_content_type_list>
  <portal_type id="Business Configuration">
   <item>Configuration Save</item>
+  <item>Embedded File</item>
   <item>File</item>
   <item>Link</item>
  </portal_type>
diff --git a/bt5/erp5_configurator/bt/change_log b/bt5/erp5_configurator/bt/change_log
index e7a85945df..427e19fffd 100644
--- a/bt5/erp5_configurator/bt/change_log
+++ b/bt5/erp5_configurator/bt/change_log
@@ -1,3 +1,9 @@
+2011-04-07 lucas
+* Added Embedded File as allowed content type of Business Configuration
+
+2011-04-07 lucas
+* Update XML format of PortalTypeTemplateItem.
+
 2011-04-01 lucas
 * Renamed currency_list.ods to standard_currency_list.ods
 
diff --git a/bt5/erp5_configurator/bt/revision b/bt5/erp5_configurator/bt/revision
index 84ccffd556..eed0d1a4ad 100644
--- a/bt5/erp5_configurator/bt/revision
+++ b/bt5/erp5_configurator/bt/revision
@@ -1 +1 @@
-505
\ No newline at end of file
+506
\ No newline at end of file
diff --git a/bt5/erp5_configurator/bt/template_portal_type_allowed_content_type_list b/bt5/erp5_configurator/bt/template_portal_type_allowed_content_type_list
index c61f951b32..0fcb2af420 100644
--- a/bt5/erp5_configurator/bt/template_portal_type_allowed_content_type_list
+++ b/bt5/erp5_configurator/bt/template_portal_type_allowed_content_type_list
@@ -1,5 +1,6 @@
 Business Configuration Module | Business Configuration
 Business Configuration | Configuration Save
+Business Configuration | Embedded File
 Business Configuration | File
 Business Configuration | Link
 Categories Spreadsheet Configurator Item | Embedded File
-- 
2.30.9