mirror of
https://github.com/ansible/awx.git
synced 2026-02-16 02:30:01 -03:30
Resolve merge conflicts.
This commit is contained in:
@@ -43,6 +43,7 @@ class OrganizationsList(BaseList):
|
||||
model = Organization
|
||||
serializer_class = OrganizationSerializer
|
||||
permission_classes = (CustomRbac,)
|
||||
filter_fields = ('name',)
|
||||
|
||||
# I can see the organizations if:
|
||||
# I am a superuser
|
||||
|
||||
Reference in New Issue
Block a user