mirror of https://github.com/jumpserver/jumpserver
fix: super ticket close bug
parent
c4146744e5
commit
0f7b41d177
|
@ -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