mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-20 07:43:35 -05:00
Fix an issue where regular users couldn't relaunch jobs that they should
have permission to relaunch
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user