Commit 6640a09d authored by Bartek Górny's avatar Bartek Górny

Manager role not addable through Local Roles

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10613 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 54cc2b05
......@@ -281,7 +281,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: [r for r in here.valid_roles() if r!=\'Owner\']</string> </value>
<value> <string>python: [r for r in here.valid_roles() if r not in(\'Owner\',\'Manager\',\'Assignor\')]</string> </value>
</item>
</dictionary>
</pickle>
......
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