Commit cdef4993 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

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.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43569 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 71cb5b09
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
1
\ No newline at end of file
2
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment