Switch org projects list back to allowing create

This commit is contained in:
Matthew Jones
2016-04-21 15:09:21 -04:00
parent da7a61354a
commit fcc9c1e6e4

View File

@@ -712,7 +712,7 @@ class OrganizationAdminsList(SubListCreateAttachDetachAPIView):
parent_model = Organization parent_model = Organization
relationship = 'admin_role.members' relationship = 'admin_role.members'
class OrganizationProjectsList(SubListAPIView): class OrganizationProjectsList(SubListCreateAttachDetachAPIView):
model = Project model = Project
serializer_class = ProjectSerializer serializer_class = ProjectSerializer