Commit edfbf35c authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

erp5_base: make invalidate transition guard same as invalidate_action guard in...

erp5_base: make invalidate transition guard same as invalidate_action guard in login_validation_workflow.

because only Manager has 'Modify portal content' permission.
parent fddd0d43
......@@ -66,10 +66,12 @@
<pickle>
<dictionary>
<item>
<key> <string>permissions</string> </key>
<key> <string>roles</string> </key>
<value>
<tuple>
<string>Modify portal content</string>
<string>Assignee</string>
<string>Assignor</string>
<string>Manager</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