Commit b34ce278 authored by Vincent Pelletier's avatar Vincent Pelletier

Stop acquiring permissions settings when permission settings are defined.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43993 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7252fc23
...@@ -58,15 +58,15 @@ ...@@ -58,15 +58,15 @@
<item> <item>
<key> <string>Access contents information</string> </key> <key> <string>Access contents information</string> </key>
<value> <value>
<list> <tuple>
<string>Manager</string> <string>Manager</string>
</list> </tuple>
</value> </value>
</item> </item>
<item> <item>
<key> <string>Add portal content</string> </key> <key> <string>Add portal content</string> </key>
<value> <value>
<list/> <tuple/>
</value> </value>
</item> </item>
<item> <item>
...@@ -78,15 +78,15 @@ ...@@ -78,15 +78,15 @@
<item> <item>
<key> <string>Modify portal content</string> </key> <key> <string>Modify portal content</string> </key>
<value> <value>
<list/> <tuple/>
</value> </value>
</item> </item>
<item> <item>
<key> <string>View</string> </key> <key> <string>View</string> </key>
<value> <value>
<list> <tuple>
<string>Manager</string> <string>Manager</string>
</list> </tuple>
</value> </value>
</item> </item>
</dictionary> </dictionary>
......
...@@ -61,11 +61,11 @@ ...@@ -61,11 +61,11 @@
<item> <item>
<key> <string>Access contents information</string> </key> <key> <string>Access contents information</string> </key>
<value> <value>
<list> <tuple>
<string>Assignee</string> <string>Assignee</string>
<string>Assignor</string> <string>Assignor</string>
<string>Manager</string> <string>Manager</string>
</list> </tuple>
</value> </value>
</item> </item>
<item> <item>
...@@ -77,19 +77,19 @@ ...@@ -77,19 +77,19 @@
<item> <item>
<key> <string>Modify portal content</string> </key> <key> <string>Modify portal content</string> </key>
<value> <value>
<list> <tuple>
<string>Manager</string> <string>Manager</string>
</list> </tuple>
</value> </value>
</item> </item>
<item> <item>
<key> <string>View</string> </key> <key> <string>View</string> </key>
<value> <value>
<list> <tuple>
<string>Assignee</string> <string>Assignee</string>
<string>Assignor</string> <string>Assignor</string>
<string>Manager</string> <string>Manager</string>
</list> </tuple>
</value> </value>
</item> </item>
</dictionary> </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