Commit 4f034773 authored by Romain Courteaud's avatar Romain Courteaud

Computer Partition should acquire local roles from parent, to simplify security configuration.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42564 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9f5d6f1b
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
</item> </item>
<item> <item>
<key> <string>acquire_local_roles</string> </key> <key> <string>acquire_local_roles</string> </key>
<value> <int>0</int> </value> <value> <int>1</int> </value>
</item> </item>
<item> <item>
<key> <string>content_icon</string> </key> <key> <string>content_icon</string> </key>
...@@ -77,6 +77,22 @@ ...@@ -77,6 +77,22 @@
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Computer Partition</string> </value> <value> <string>Computer Partition</string> </value>
</item> </item>
<item>
<key> <string>type_class</string> </key>
<value> <string>ComputerPartition</string> </value>
</item>
<item>
<key> <string>type_interface</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>type_mixin</string> </key>
<value>
<tuple/>
</value>
</item>
</dictionary> </dictionary>
</pickle> </pickle>
</record> </record>
......
31 32
\ No newline at end of file \ 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