mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-08-13 20:06:20 +00:00
fix: super ticket close bug
This commit is contained in:
parent
c4146744e5
commit
0f7b41d177
@ -20,4 +20,4 @@ class SuperTicketStatusAPI(RetrieveDestroyAPIView):
|
|||||||
return Ticket.objects.all()
|
return Ticket.objects.all()
|
||||||
|
|
||||||
def perform_destroy(self, instance):
|
def perform_destroy(self, instance):
|
||||||
instance.close(processor=instance.applicant)
|
instance.close()
|
||||||
|
Loading…
Reference in New Issue
Block a user