mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-10-22 16:31:33 +00:00
fix: super ticket close bug
This commit is contained in:
@@ -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()
|
||||||
|
Reference in New Issue
Block a user