Commit 7a9e3dfb authored by Vincent Pelletier's avatar Vincent Pelletier

Disallow modify & delete to manager in valid state.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45552 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 43654a73
......@@ -40,10 +40,7 @@
</record>
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<tuple>
<global name="PersistentMapping" module="Persistence.mapping"/>
<tuple/>
</tuple>
<global name="PersistentMapping" module="Persistence.mapping"/>
</pickle>
<pickle>
<dictionary>
......@@ -54,17 +51,13 @@
<item>
<key> <string>Delete objects</string> </key>
<value>
<tuple>
<string>Manager</string>
</tuple>
<tuple/>
</value>
</item>
<item>
<key> <string>Modify portal content</string> </key>
<value>
<tuple>
<string>Manager</string>
</tuple>
<tuple/>
</value>
</item>
</dictionary>
......
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