From 32e135ce92284b7e2f00139c7d4a8bdcd6c24f3d Mon Sep 17 00:00:00 2001
From: Nicolas Dumazet <nicolas.dumazet@nexedi.com>
Date: Wed, 27 Oct 2010 05:45:12 +0000
Subject: [PATCH] 2010-10-26 nicolas.dumazet * fix type classes of Property
 Sheet Tool and Property Sheet

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39550 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 .../portal_types/Property%20Sheet%20Tool.xml                   | 2 +-
 .../PortalTypeTemplateItem/portal_types/Property%20Sheet.xml   | 2 +-
 product/ERP5/bootstrap/erp5_core/bt/change_log                 | 3 +++
 product/ERP5/bootstrap/erp5_core/bt/revision                   | 2 +-
 4 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/product/ERP5/bootstrap/erp5_core/PortalTypeTemplateItem/portal_types/Property%20Sheet%20Tool.xml b/product/ERP5/bootstrap/erp5_core/PortalTypeTemplateItem/portal_types/Property%20Sheet%20Tool.xml
index 3b900532a3..ce5da1981b 100644
--- a/product/ERP5/bootstrap/erp5_core/PortalTypeTemplateItem/portal_types/Property%20Sheet%20Tool.xml
+++ b/product/ERP5/bootstrap/erp5_core/PortalTypeTemplateItem/portal_types/Property%20Sheet%20Tool.xml
@@ -89,7 +89,7 @@
         </item>
         <item>
             <key> <string>type_class</string> </key>
-            <value> <string>Person</string> </value>
+            <value> <string>Folder</string> </value>
         </item>
         <item>
             <key> <string>type_interface_list</string> </key>
diff --git a/product/ERP5/bootstrap/erp5_core/PortalTypeTemplateItem/portal_types/Property%20Sheet.xml b/product/ERP5/bootstrap/erp5_core/PortalTypeTemplateItem/portal_types/Property%20Sheet.xml
index 03af8592bc..b9956c1955 100644
--- a/product/ERP5/bootstrap/erp5_core/PortalTypeTemplateItem/portal_types/Property%20Sheet.xml
+++ b/product/ERP5/bootstrap/erp5_core/PortalTypeTemplateItem/portal_types/Property%20Sheet.xml
@@ -61,7 +61,7 @@
         </item>
         <item>
             <key> <string>type_class</string> </key>
-            <value> <string>Products.ERP5Type.Document.Folder.Folder</string> </value>
+            <value> <string>Folder</string> </value>
         </item>
         <item>
             <key> <string>type_interface_list</string> </key>
diff --git a/product/ERP5/bootstrap/erp5_core/bt/change_log b/product/ERP5/bootstrap/erp5_core/bt/change_log
index a191f9480b..d81071884f 100644
--- a/product/ERP5/bootstrap/erp5_core/bt/change_log
+++ b/product/ERP5/bootstrap/erp5_core/bt/change_log
@@ -1,3 +1,6 @@
+2010-10-26 nicolas.dumazet
+* fix type classes of Property Sheet Tool and Property Sheet
+
 2010-10-26 arnaud.fontaine
 * add id fields for all the views for ZODB Property Sheets.
 * add dynamic_class_generation_interaction_workflow to Property Sheet Tool.
diff --git a/product/ERP5/bootstrap/erp5_core/bt/revision b/product/ERP5/bootstrap/erp5_core/bt/revision
index 8fab08b526..7dd08159a2 100644
--- a/product/ERP5/bootstrap/erp5_core/bt/revision
+++ b/product/ERP5/bootstrap/erp5_core/bt/revision
@@ -1 +1 @@
-1752
\ No newline at end of file
+1753
\ No newline at end of file
-- 
2.30.9