From 9e44b89d5b42bca4920ae56435aac01cc0aa8104 Mon Sep 17 00:00:00 2001
From: Fabien Morin <fabien@nexedi.com>
Date: Mon, 1 Feb 2010 15:15:18 +0000
Subject: [PATCH] fix visual_pattern base_category title

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32151 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 .../portal_categories/visual_pattern.xml      | 52 ++++++++++++++++++-
 bt5/erp5_pdm/bt/revision                      |  2 +-
 2 files changed, 51 insertions(+), 3 deletions(-)

diff --git a/bt5/erp5_pdm/CategoryTemplateItem/portal_categories/visual_pattern.xml b/bt5/erp5_pdm/CategoryTemplateItem/portal_categories/visual_pattern.xml
index 5ab4a3160b..990412ccba 100644
--- a/bt5/erp5_pdm/CategoryTemplateItem/portal_categories/visual_pattern.xml
+++ b/bt5/erp5_pdm/CategoryTemplateItem/portal_categories/visual_pattern.xml
@@ -9,6 +9,52 @@
     </pickle>
     <pickle>
       <dictionary>
+        <item>
+            <key> <string>_Add_portal_content_Permission</string> </key>
+            <value>
+              <tuple>
+                <string>Assignor</string>
+                <string>Manager</string>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>_Add_portal_folders_Permission</string> </key>
+            <value>
+              <tuple>
+                <string>Assignor</string>
+                <string>Manager</string>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>_Copy_or_Move_Permission</string> </key>
+            <value>
+              <tuple>
+                <string>Assignor</string>
+                <string>Manager</string>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>_Delete_objects_Permission</string> </key>
+            <value>
+              <tuple>
+                <string>Assignor</string>
+                <string>Manager</string>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>_Modify_portal_content_Permission</string> </key>
+            <value>
+              <tuple>
+                <string>Assignee</string>
+                <string>Assignor</string>
+                <string>Manager</string>
+              </tuple>
+            </value>
+        </item>
         <item>
             <key> <string>_count</string> </key>
             <value>
@@ -79,7 +125,9 @@
         </item>
         <item>
             <key> <string>description</string> </key>
-            <value> <string></string> </value>
+            <value>
+              <none/>
+            </value>
         </item>
         <item>
             <key> <string>fallback_base_category</string> </key>
@@ -161,7 +209,7 @@
         </item>
         <item>
             <key> <string>title</string> </key>
-            <value> <string>Visual_Pattern</string> </value>
+            <value> <string>Visual Pattern</string> </value>
         </item>
         <item>
             <key> <string>write_permission</string> </key>
diff --git a/bt5/erp5_pdm/bt/revision b/bt5/erp5_pdm/bt/revision
index 9ec873d37d..2738497468 100644
--- a/bt5/erp5_pdm/bt/revision
+++ b/bt5/erp5_pdm/bt/revision
@@ -1 +1 @@
-438
\ No newline at end of file
+439
\ No newline at end of file
-- 
2.30.9