From fcc9c1e6e401395e52f8a87a58fac18756d242d8 Mon Sep 17 00:00:00 2001 From: Matthew Jones Date: Thu, 21 Apr 2016 15:09:21 -0400 Subject: [PATCH] Switch org projects list back to allowing create --- awx/api/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/api/views.py b/awx/api/views.py index 2ece2dedac..e18c080ddf 100644 --- a/awx/api/views.py +++ b/awx/api/views.py @@ -712,7 +712,7 @@ class OrganizationAdminsList(SubListCreateAttachDetachAPIView): parent_model = Organization relationship = 'admin_role.members' -class OrganizationProjectsList(SubListAPIView): +class OrganizationProjectsList(SubListCreateAttachDetachAPIView): model = Project serializer_class = ProjectSerializer