mirror of
https://github.com/ansible/awx.git
synced 2026-03-02 17:28:51 -03:30
Fixing Team and Credential access issues
This commit is contained in:
@@ -104,7 +104,9 @@ class Team(CommonModelNameNotUnique, ResourceMixin):
|
||||
admin_role = ImplicitRoleField(
|
||||
parent_role='organization.admin_role',
|
||||
)
|
||||
member_role = ImplicitRoleField()
|
||||
member_role = ImplicitRoleField(
|
||||
parent_role='admin_role',
|
||||
)
|
||||
read_role = ImplicitRoleField(
|
||||
parent_role=['admin_role', 'organization.auditor_role', 'member_role'],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user