mirror of
https://github.com/itflow-org/itflow
synced 2026-03-05 05:14:51 +00:00
Tickets Kanban
- Keep the selected view (kanban/list) when applying other filters - Allow filtering tickets by project (main and kanban v2)
This commit is contained in:
@@ -63,6 +63,7 @@ $sql = mysqli_query(
|
||||
vendor_name LIKE '%$q%' OR
|
||||
ticket_vendor_ticket_number LIKE '%$q%'
|
||||
)
|
||||
$ticket_project_snippet
|
||||
$ticket_permission_snippet
|
||||
$ordering_snippet"
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user