From abff3dca736d52bde15d6ed757de8ecb25c85828 Mon Sep 17 00:00:00 2001
From: Romain Courteaud <romain@nexedi.com>
Date: Fri, 20 Jul 2007 13:50:36 +0000
Subject: [PATCH] Web Page should not be allowed in Project

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15264 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 .../allowed_content_types.xml                                   | 1 -
 bt5/erp5_project/bt/comment                                     | 1 +
 bt5/erp5_project/bt/revision                                    | 2 +-
 .../bt/template_portal_type_allowed_content_type_list           | 1 -
 4 files changed, 2 insertions(+), 3 deletions(-)
 create mode 100644 bt5/erp5_project/bt/comment

diff --git a/bt5/erp5_project/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml b/bt5/erp5_project/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml
index ea273e1cc6..3ad9d7ef90 100644
--- a/bt5/erp5_project/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml
+++ b/bt5/erp5_project/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml
@@ -1,7 +1,6 @@
 <allowed_content_type_list>
  <portal_type id="Project">
   <item>Project Milestone</item>
-  <item>Web Page</item>
   <item>File</item>
   <item>Project Line</item>
   <item>Image</item>
diff --git a/bt5/erp5_project/bt/comment b/bt5/erp5_project/bt/comment
new file mode 100644
index 0000000000..4af18322e3
--- /dev/null
+++ b/bt5/erp5_project/bt/comment
@@ -0,0 +1 @@
+None
\ No newline at end of file
diff --git a/bt5/erp5_project/bt/revision b/bt5/erp5_project/bt/revision
index 680cc9c31b..44dfb1d0bc 100644
--- a/bt5/erp5_project/bt/revision
+++ b/bt5/erp5_project/bt/revision
@@ -1 +1 @@
-263
\ No newline at end of file
+264
\ No newline at end of file
diff --git a/bt5/erp5_project/bt/template_portal_type_allowed_content_type_list b/bt5/erp5_project/bt/template_portal_type_allowed_content_type_list
index 22823fd3d9..06504effc4 100644
--- a/bt5/erp5_project/bt/template_portal_type_allowed_content_type_list
+++ b/bt5/erp5_project/bt/template_portal_type_allowed_content_type_list
@@ -13,7 +13,6 @@ Project | File
 Project | Image
 Project | Project Line
 Project | Project Milestone
-Project | Web Page
 Requirement Document | Requirement
 Requirement Module | Requirement Document
 Requirement | Requirement
-- 
2.30.9