diff --git a/awx/api/views.py b/awx/api/views.py index c628fd89f2..a9311f877a 100644 --- a/awx/api/views.py +++ b/awx/api/views.py @@ -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