Issue: Duplicate Tickets in Closed Queue
When going to my closed queue, I had the same ticket showing multiple times. This commit moves the call to the distinct method outside of any if statements so that the tickets will always be grouped by their id.
Please register or sign in to comment