mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 15:09:32 -02:30
Added an explicit member role, distinct from auditor role
This commit is contained in:
@@ -62,6 +62,11 @@ class Organization(CommonModel, ResourceMixin):
|
|||||||
resource_field='resource',
|
resource_field='resource',
|
||||||
permissions = {'read': True}
|
permissions = {'read': True}
|
||||||
)
|
)
|
||||||
|
member_role = ImplicitRoleField(
|
||||||
|
role_name='Organization Member',
|
||||||
|
resource_field='resource',
|
||||||
|
permissions = {'read': True}
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
def get_absolute_url(self):
|
def get_absolute_url(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user