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