mirror of https://github.com/itflow-org/itflow
Restrict Tickets presented in ticket listing to client restricted Agents
This commit is contained in:
parent
3014bba66d
commit
6c057f4fd0
|
|
@ -8,6 +8,7 @@ This file documents all notable changes made to ITFlow.
|
|||
- Calendar: Restrict Events for client restricted agents.
|
||||
- Ticket Merge: Fix.
|
||||
- Asset Transfer: Fix.
|
||||
- Ticket Listing: Restrict Tickets presented in ticket list view from client restricted agents.
|
||||
|
||||
### New Features & Updates
|
||||
- Report: Added Client Detail Auditing.
|
||||
|
|
|
|||
|
|
@ -113,6 +113,7 @@ $sql = mysqli_query(
|
|||
$ticket_billable_snippet
|
||||
$ticket_project_snippet
|
||||
$ticket_permission_snippet
|
||||
$access_permission_query
|
||||
$client_query
|
||||
ORDER BY
|
||||
CASE
|
||||
|
|
|
|||
Loading…
Reference in New Issue