mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 03:10:42 -03:30
Removed attach/detach capabilities from organizations/:id/projects endpoint as it's no longer applicable
This commit is contained in:
parent
1827de48af
commit
d997e93aa1
@ -598,7 +598,7 @@ class OrganizationAdminsList(SubListCreateAttachDetachAPIView):
|
||||
parent_model = Organization
|
||||
relationship = 'admin_role.members'
|
||||
|
||||
class OrganizationProjectsList(SubListCreateAttachDetachAPIView):
|
||||
class OrganizationProjectsList(SubListCreateAPIView):
|
||||
|
||||
model = Project
|
||||
serializer_class = ProjectSerializer
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user