mirror of
https://github.com/ansible/awx.git
synced 2026-05-10 02:47:36 -02:30
Fixed project update permissions
Now folks in the update role can update a project as intended, yay! #1929
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user