mirror of
https://github.com/ansible/awx.git
synced 2026-01-18 05:01:19 -03:30
Make sure we can DELETE system jobs if we have the right permissions
This commit is contained in:
parent
646bcd407f
commit
c719149b86
@ -2197,7 +2197,7 @@ class SystemJobList(ListCreateAPIView):
|
||||
return super(SystemJobList, self).get(request, *args, **kwargs)
|
||||
|
||||
|
||||
class SystemJobDetail(RetrieveAPIView):
|
||||
class SystemJobDetail(RetrieveDestroyAPIView):
|
||||
|
||||
model = SystemJob
|
||||
serializer_class = SystemJobSerializer
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user