mirror of
https://github.com/ansible/awx.git
synced 2026-01-21 06:28:01 -03:30
revert check
This commit is contained in:
parent
5959809fed
commit
a8159c0391
@ -3043,7 +3043,7 @@ class WorkflowJobTemplateNodeCreateApproval(RetrieveAPIView):
|
||||
approval_template,
|
||||
context=self.get_serializer_context()
|
||||
).data
|
||||
return Response(data, status=status.HTTP_201_CREATED)
|
||||
return Response(data, status=status.HTTP_201_OK)
|
||||
|
||||
def check_permissions(self, request):
|
||||
obj = self.get_object().workflow_job_template
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user