mirror of
https://github.com/itflow-org/itflow
synced 2026-07-27 02:37:15 +00:00
Fix some broken API calls after RBAC update
This commit is contained in:
@@ -62,7 +62,7 @@ $sql = mysqli_query(
|
||||
WHERE tr.ticket_reply_time_worked IS NOT NULL
|
||||
AND tr.ticket_reply_time_worked != '00:00:00'
|
||||
AND $date_conditions
|
||||
AND t.1=1 " . apiClientScopeSql('ticket_client_id') . "
|
||||
AND 1=1 " . apiClientScopeSql('t.ticket_client_id') . "
|
||||
$technician_condition
|
||||
GROUP BY t.ticket_id, u.user_id
|
||||
ORDER BY c.client_name ASC, t.ticket_number ASC, u.user_name ASC
|
||||
|
||||
Reference in New Issue
Block a user