Commit 3e1355a9 authored by Jérome Perrin's avatar Jérome Perrin

Owner can cancel an event, but he cannot view cancelled even, so it leads to unauthorized.

Add "VA" permissions to owner in cancelled state.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23999 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7b1c0a00
......@@ -45,17 +45,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>
......@@ -67,6 +64,7 @@
<string>Associate</string>
<string>Auditor</string>
<string>Manager</string>
<string>Owner</string>
</tuple>
</value>
</item>
......@@ -109,6 +107,7 @@
<string>Associate</string>
<string>Auditor</string>
<string>Manager</string>
<string>Owner</string>
</tuple>
</value>
</item>
......
306
\ No newline at end of file
307
\ 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