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