mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-15 04:48:37 -05:00
Merge pull request #1935 from anoek/1929
Fix project update permissions
This commit is contained in:
@@ -1029,6 +1029,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