Tickets Not a Bug Delete Tickets is empty

Alpha1

Member
I am certain that we deleted a bunch of tickets. Yet, this link shows nothing:
/tickets/queue?deleted=1
 
Did you hard delete them or soft delete them? Only soft deleted ones will be shown and you can check the database if you have any by running the following:
Code:
SELECT *
FROM xf_nixfifty_ticket
WHERE discussion_state = 'deleted'
LIMIT 1

This'll kick back one record if you do actually have soft deleted tickets. If it does, then there's a possible bug here and if not, everything is fine.

Worth nothing, I can't reproduce an issue here.

HEnVnFR.png
 
No results from that query. There must be soft deleted tickets.
Because for some time it was only possible to soft delete tickets from certain pages.
 
I'm still not able to reproduce this on any of the sites I have tickets installed on. I can only assume they were hard deleted. I'm willing to look in to it further for you but would need a dump of the ticket and ticket message tables.
 
Back
Top