mirror of
https://github.com/ansible/awx.git
synced 2026-01-17 12:41:19 -03:30
read-only view /organization/<id>/projects
This commit is contained in:
parent
3e479d5602
commit
c0b5fafafe
@ -709,7 +709,7 @@ class OrganizationAdminsList(SubListCreateAttachDetachAPIView):
|
||||
parent_model = Organization
|
||||
relationship = 'admin_role.members'
|
||||
|
||||
class OrganizationProjectsList(SubListCreateAPIView):
|
||||
class OrganizationProjectsList(SubListAPIView):
|
||||
|
||||
model = Project
|
||||
serializer_class = ProjectSerializer
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user