mirror of
https://github.com/ansible/awx.git
synced 2026-02-20 12:40:06 -03: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
|
||||
relationship = 'admin_role.members'
|
||||
|
||||
class OrganizationProjectsList(SubListCreateAPIView):
|
||||
class OrganizationProjectsList(SubListAPIView):
|
||||
|
||||
model = Project
|
||||
serializer_class = ProjectSerializer
|
||||
|
||||
Reference in New Issue
Block a user