mirror of https://github.com/jumpserver/jumpserver
fix: super ticket close bug
parent
f52a0ce960
commit
c1cb211724
|
@ -20,4 +20,4 @@ class SuperTicketStatusAPI(RetrieveDestroyAPIView):
|
|||
return Ticket.objects.all()
|
||||
|
||||
def perform_destroy(self, instance):
|
||||
instance.close(processor=instance.applicant)
|
||||
instance.close()
|
||||
|
|
Loading…
Reference in New Issue