mirror of
https://github.com/ansible/awx.git
synced 2026-01-21 22:48:02 -03:30
Made org admin role a parent of org member role so admins pick up everything members are granted
This commit is contained in:
parent
444aed1ab2
commit
9699f34976
@ -61,6 +61,7 @@ class Organization(CommonModel, NotificationFieldsModel, ResourceMixin):
|
||||
)
|
||||
member_role = ImplicitRoleField(
|
||||
role_name='Organization Member',
|
||||
parent_role='admin_role',
|
||||
permissions = {'read': True}
|
||||
)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user