Commit 97bf7e14 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

* assignor should be able to create or clone a web site.

* assignor should be able to create or clone a web section.
* assignor should be able to create a category (but not a base category).


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26352 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent fdead762
......@@ -251,6 +251,8 @@
</permission>
<permission type='list'>
<name>Add portal content</name>
<role>Assignor</role>
<role>Manager</role>
</permission>
<permission type='list'>
<name>Add portal folders</name>
......@@ -350,6 +352,8 @@
</permission>
<permission type='list'>
<name>Copy or Move</name>
<role>Assignor</role>
<role>Manager</role>
</permission>
<permission type='list'>
<name>Create Transient Objects</name>
......
......@@ -52,6 +52,7 @@
<string>Add portal content</string>
<string>Modify portal content</string>
<string>Delete objects</string>
<string>Copy or Move</string>
</tuple>
</value>
</item>
......
......@@ -17,6 +17,12 @@
<key> <string>id</string> </key>
<value> <string>embedded</string> </value>
</item>
<item>
<key> <string>permission_roles</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Embedded</string> </value>
......@@ -43,4 +49,65 @@
</dictionary>
</pickle>
</record>
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<tuple>
<global name="PersistentMapping" module="Persistence.mapping"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>data</string> </key>
<value>
<dictionary>
<item>
<key> <string>Access contents information</string> </key>
<value>
<list/>
</value>
</item>
<item>
<key> <string>Add portal content</string> </key>
<value>
<tuple>
<string>Assignor</string>
<string>Manager</string>
</tuple>
</value>
</item>
<item>
<key> <string>Copy or Move</string> </key>
<value>
<tuple>
<string>Assignor</string>
<string>Manager</string>
</tuple>
</value>
</item>
<item>
<key> <string>Delete objects</string> </key>
<value>
<list/>
</value>
</item>
<item>
<key> <string>Modify portal content</string> </key>
<value>
<list/>
</value>
</item>
<item>
<key> <string>View</string> </key>
<value>
<list/>
</value>
</item>
</dictionary>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
......@@ -70,16 +70,26 @@
<tuple/>
</value>
</item>
<item>
<key> <string>Copy or Move</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>Delete objects</string> </key>
<value>
<list/>
<tuple>
<string>Manager</string>
</tuple>
</value>
</item>
<item>
<key> <string>Modify portal content</string> </key>
<value>
<list/>
<tuple>
<string>Manager</string>
</tuple>
</value>
</item>
<item>
......
......@@ -75,6 +75,12 @@
<tuple/>
</value>
</item>
<item>
<key> <string>Copy or Move</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>Delete objects</string> </key>
<value>
......
......@@ -81,6 +81,12 @@
<tuple/>
</value>
</item>
<item>
<key> <string>Copy or Move</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>Delete objects</string> </key>
<value>
......
......@@ -52,17 +52,14 @@
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<tuple>
<tuple>
<string>Persistence</string>
<string>PersistentMapping</string>
</tuple>
<none/>
<global name="PersistentMapping" module="Persistence.mapping"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_container</string> </key>
<key> <string>data</string> </key>
<value>
<dictionary>
<item>
......@@ -85,6 +82,15 @@
</tuple>
</value>
</item>
<item>
<key> <string>Copy or Move</string> </key>
<value>
<tuple>
<string>Assignor</string>
<string>Manager</string>
</tuple>
</value>
</item>
<item>
<key> <string>Delete objects</string> </key>
<value>
......
......@@ -52,17 +52,14 @@
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<tuple>
<tuple>
<string>Persistence</string>
<string>PersistentMapping</string>
</tuple>
<none/>
<global name="PersistentMapping" module="Persistence.mapping"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_container</string> </key>
<key> <string>data</string> </key>
<value>
<dictionary>
<item>
......@@ -92,6 +89,15 @@
</tuple>
</value>
</item>
<item>
<key> <string>Copy or Move</string> </key>
<value>
<tuple>
<string>Assignor</string>
<string>Manager</string>
</tuple>
</value>
</item>
<item>
<key> <string>Delete objects</string> </key>
<value>
......
772
\ No newline at end of file
773
\ 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