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