mirror of
https://github.com/ansible/awx.git
synced 2026-03-02 17:28:51 -03:30
added some assertions to catch cycles, updated migration
This commit is contained in:
@@ -108,7 +108,7 @@ class Team(CommonModelNameNotUnique, ResourceMixin):
|
||||
parent_role='admin_role',
|
||||
)
|
||||
read_role = ImplicitRoleField(
|
||||
parent_role=['admin_role', 'organization.auditor_role', 'member_role'],
|
||||
parent_role=['organization.auditor_role', 'member_role'],
|
||||
)
|
||||
|
||||
def get_absolute_url(self):
|
||||
|
||||
Reference in New Issue
Block a user