Fixed project update permissions

Now folks in the update role can update a project as intended, yay!

 #1929
This commit is contained in:
Akita Noek
2016-05-17 09:01:17 -04:00
parent 98412b52f2
commit 802a112106
2 changed files with 17 additions and 1 deletions

View File

@@ -1027,6 +1027,7 @@ class ProjectUpdateView(RetrieveAPIView):
model = Project
serializer_class = ProjectUpdateViewSerializer
permission_classes = (ProjectUpdatePermission,)
new_in_13 = True
def post(self, request, *args, **kwargs):