Commit 197eb621 authored by Jérome Perrin's avatar Jérome Perrin

task_report_workflow:

- Allow draft -> confirmed for Assignee too.
- remove "Manager bypass check".

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15364 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 26c0114f
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
</item> </item>
<item> <item>
<key> <string>manager_bypass</string> </key> <key> <string>manager_bypass</string> </key>
<value> <int>1</int> </value> <value> <int>0</int> </value>
</item> </item>
<item> <item>
<key> <string>permissions</string> </key> <key> <string>permissions</string> </key>
......
...@@ -89,6 +89,7 @@ ...@@ -89,6 +89,7 @@
<key> <string>roles</string> </key> <key> <string>roles</string> </key>
<value> <value>
<tuple> <tuple>
<string>Assignee</string>
<string>Assignor</string> <string>Assignor</string>
</tuple> </tuple>
</value> </value>
......
267 268
\ 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