Commit 4a1f55a9 authored by Georgios Dagkakis's avatar Georgios Dagkakis

erp5_calendar: Owner of Presence Request should be able to view/edit in draft state

parent 5b547ecc
...@@ -48,18 +48,12 @@ ...@@ -48,18 +48,12 @@
</record> </record>
<record id="2" aka="AAAAAAAAAAI="> <record id="2" aka="AAAAAAAAAAI=">
<pickle> <pickle>
<tuple> <global name="PersistentMapping" module="Persistence.mapping"/>
<tuple>
<string>Persistence</string>
<string>PersistentMapping</string>
</tuple>
<none/>
</tuple>
</pickle> </pickle>
<pickle> <pickle>
<dictionary> <dictionary>
<item> <item>
<key> <string>_container</string> </key> <key> <string>data</string> </key>
<value> <value>
<dictionary> <dictionary>
<item> <item>
...@@ -70,6 +64,7 @@ ...@@ -70,6 +64,7 @@
<string>Associate</string> <string>Associate</string>
<string>Auditor</string> <string>Auditor</string>
<string>Manager</string> <string>Manager</string>
<string>Owner</string>
</tuple> </tuple>
</value> </value>
</item> </item>
...@@ -88,6 +83,7 @@ ...@@ -88,6 +83,7 @@
<tuple> <tuple>
<string>Assignee</string> <string>Assignee</string>
<string>Manager</string> <string>Manager</string>
<string>Owner</string>
</tuple> </tuple>
</value> </value>
</item> </item>
...@@ -97,6 +93,7 @@ ...@@ -97,6 +93,7 @@
<tuple> <tuple>
<string>Assignee</string> <string>Assignee</string>
<string>Manager</string> <string>Manager</string>
<string>Owner</string>
</tuple> </tuple>
</value> </value>
</item> </item>
......
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