queue: Fix search for assigned team or staff
Fixes the SQL generated for scans by staff_id and team_id on the ticket table. The fields are not nullable. Instead, the value `0` represents not having a value.
Please register or sign in to comment
Fixes the SQL generated for scans by staff_id and team_id on the ticket table. The fields are not nullable. Instead, the value `0` represents not having a value.