Commit fd4302f6 authored by Ivan Tyagov's avatar Ivan Tyagov

When a Knowledge Pad is visible make sure its Owner can add boxes (i.e....

When a Knowledge Pad is visible make sure its Owner can add boxes (i.e. gadgets) without need to specify explicit security settings.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25875 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ee843468
...@@ -51,6 +51,7 @@ ...@@ -51,6 +51,7 @@
<string>Modify portal content</string> <string>Modify portal content</string>
<string>Access contents information</string> <string>Access contents information</string>
<string>Copy or Move</string> <string>Copy or Move</string>
<string>Add portal content</string>
</tuple> </tuple>
</value> </value>
</item> </item>
......
...@@ -69,6 +69,14 @@ ...@@ -69,6 +69,14 @@
</list> </list>
</value> </value>
</item> </item>
<item>
<key> <string>Add portal content</string> </key>
<value>
<list>
<string>Owner</string>
</list>
</value>
</item>
<item> <item>
<key> <string>Copy or Move</string> </key> <key> <string>Copy or Move</string> </key>
<value> <value>
......
367 370
\ 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