Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Limit query to active/inactive tickets in QueueList based on passed i…
…n @Statuses In 8ef6b45, we added QueueListAllStatuses to list all statuses, in which case "Status = '__Active__'" is not correct. Here we check passed in @Statuses to determine the status query correspondingly, i.e. * Don't limit status if it's listing all statuses * Limit status to active if it's listing active statuses only * Limit status to inactive if it's listing inactive statuses only
- Loading branch information