Commit 37bd31db authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

fixup! workflow: add workflow transition guard for non-user actions as well.

parent f662b5a2
......@@ -62,10 +62,11 @@
<pickle>
<dictionary>
<item>
<key> <string>permissions</string> </key>
<key> <string>roles</string> </key>
<value>
<tuple>
<string>Modify portal content</string>
<string>Assignor</string>
<string>Manager</string>
</tuple>
</value>
</item>
......
......@@ -62,10 +62,11 @@
<pickle>
<dictionary>
<item>
<key> <string>permissions</string> </key>
<key> <string>roles</string> </key>
<value>
<tuple>
<string>Modify portal content</string>
<string>Assignor</string>
<string>Manager</string>
</tuple>
</value>
</item>
......
......@@ -62,10 +62,11 @@
<pickle>
<dictionary>
<item>
<key> <string>permissions</string> </key>
<key> <string>roles</string> </key>
<value>
<tuple>
<string>Modify portal content</string>
<string>Assignor</string>
<string>Manager</string>
</tuple>
</value>
</item>
......
......@@ -62,10 +62,10 @@
<pickle>
<dictionary>
<item>
<key> <string>permissions</string> </key>
<key> <string>roles</string> </key>
<value>
<tuple>
<string>Modify portal content</string>
<string>Assignor</string>
</tuple>
</value>
</item>
......
......@@ -62,10 +62,11 @@
<pickle>
<dictionary>
<item>
<key> <string>permissions</string> </key>
<key> <string>roles</string> </key>
<value>
<tuple>
<string>Modify portal content</string>
<string>Assignor</string>
<string>Assignee</string>
</tuple>
</value>
</item>
......
......@@ -38,7 +38,7 @@
</item>
<item>
<key> <string>manager_bypass</string> </key>
<value> <int>0</int> </value>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>permissions</string> </key>
......
......@@ -62,10 +62,11 @@
<pickle>
<dictionary>
<item>
<key> <string>permissions</string> </key>
<key> <string>roles</string> </key>
<value>
<tuple>
<string>Modify portal content</string>
<string>Assignor</string>
<string>Assignor</string>
</tuple>
</value>
</item>
......
......@@ -62,10 +62,11 @@
<pickle>
<dictionary>
<item>
<key> <string>permissions</string> </key>
<key> <string>roles</string> </key>
<value>
<tuple>
<string>Modify portal content</string>
<string>Assignor</string>
<string>Assignee</string>
</tuple>
</value>
</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