mirror of
https://github.com/ansible/awx.git
synced 2026-01-10 15:32:07 -03:30
Fix an issue where regular users couldn't relaunch jobs that they should
have permission to relaunch
This commit is contained in:
parent
f4dc7a1373
commit
59d824a643
@ -1832,6 +1832,7 @@ class JobCancel(RetrieveAPIView):
|
||||
class JobRelaunch(GenericAPIView):
|
||||
|
||||
model = Job
|
||||
is_job_start = True
|
||||
# FIXME: Add serializer class to define fields in OPTIONS request!
|
||||
|
||||
@csrf_exempt
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user