[Erp5-report] r16140 - /erp5/trunk/products/ERP5/bootstrap/erp5_core/PortalTypeTemplateItem...

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Sep 6 19:04:02 CEST 2007


Author: jp
Date: Thu Sep  6 19:04:02 2007
New Revision: 16140

URL: http://svn.erp5.org?rev=16140&view=rev
Log:
Preferences should not acquire roles (or we get into trouble whenever the owner of the site is a user).

Modified:
    erp5/trunk/products/ERP5/bootstrap/erp5_core/PortalTypeTemplateItem/portal_types/Preference.xml

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/PortalTypeTemplateItem/portal_types/Preference.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/PortalTypeTemplateItem/portal_types/Preference.xml?rev=16140&r1=16139&r2=16140&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/PortalTypeTemplateItem/portal_types/Preference.xml (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/PortalTypeTemplateItem/portal_types/Preference.xml Thu Sep  6 19:04:02 2007
@@ -44,7 +44,7 @@
         </item>
         <item>
             <key> <string>acquire_local_roles</string> </key>
-            <value> <int>1</int> </value>
+            <value> <int>0</int> </value>
         </item>
         <item>
             <key> <string>allowed_content_types</string> </key>
@@ -99,6 +99,10 @@
             <value> <string></string> </value>
         </item>
         <item>
+            <key> <string>permission</string> </key>
+            <value> <string></string> </value>
+        </item>
+        <item>
             <key> <string>property_sheet_list</string> </key>
             <value>
               <tuple/>




More information about the Erp5-report mailing list