[Erp5-report] r43569 kazuhiko - in /erp5/trunk/products/ERP5/bootstrap/erp5_property_sheets...
nobody at svn.erp5.org
nobody at svn.erp5.org
Tue Feb 22 17:38:14 CET 2011
Author: kazuhiko
Date: Tue Feb 22 17:38:13 2011
New Revision: 43569
URL: http://svn.erp5.org?rev=43569&view=rev
Log:
This modification is originally pointed by Romain:
* remove 'Manage portal properties' read permission from base_content_type_property, base_data_property and content_md5_property properties in Document property sheet, because we have no strong reason to 'protect' them.
Modified:
erp5/trunk/products/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/Document/base_content_type_property.xml
erp5/trunk/products/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/Document/base_data_property.xml
erp5/trunk/products/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/Document/content_md5_property.xml
erp5/trunk/products/ERP5/bootstrap/erp5_property_sheets/bt/revision
Modified: erp5/trunk/products/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/Document/base_content_type_property.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/Document/base_content_type_property.xml?rev=43569&r1=43568&r2=43569&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/Document/base_content_type_property.xml [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/Document/base_content_type_property.xml [utf8] Tue Feb 22 17:38:13 2011
@@ -47,10 +47,6 @@
<key> <string>portal_type</string> </key>
<value> <string>Standard Property</string> </value>
</item>
- <item>
- <key> <string>read_permission</string> </key>
- <value> <string>Manage properties</string> </value>
- </item>
</dictionary>
</pickle>
</record>
Modified: erp5/trunk/products/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/Document/base_data_property.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/Document/base_data_property.xml?rev=43569&r1=43568&r2=43569&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/Document/base_data_property.xml [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/Document/base_data_property.xml [utf8] Tue Feb 22 17:38:13 2011
@@ -51,10 +51,6 @@
<key> <string>property_default</string> </key>
<value> <string>python: \'\'</string> </value>
</item>
- <item>
- <key> <string>read_permission</string> </key>
- <value> <string>Manage properties</string> </value>
- </item>
</dictionary>
</pickle>
</record>
Modified: erp5/trunk/products/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/Document/content_md5_property.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/Document/content_md5_property.xml?rev=43569&r1=43568&r2=43569&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/Document/content_md5_property.xml [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/Document/content_md5_property.xml [utf8] Tue Feb 22 17:38:13 2011
@@ -47,10 +47,6 @@
<key> <string>portal_type</string> </key>
<value> <string>Standard Property</string> </value>
</item>
- <item>
- <key> <string>read_permission</string> </key>
- <value> <string>Manage properties</string> </value>
- </item>
</dictionary>
</pickle>
</record>
Modified: erp5/trunk/products/ERP5/bootstrap/erp5_property_sheets/bt/revision
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_property_sheets/bt/revision?rev=43569&r1=43568&r2=43569&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_property_sheets/bt/revision [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_property_sheets/bt/revision [utf8] Tue Feb 22 17:38:13 2011
@@ -1 +1 @@
-1
\ No newline at end of file
+2
\ No newline at end of file
More information about the Erp5-report
mailing list