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:
wrongecho
2026-01-12 16:04:02 +00:00
parent b48168ffec
commit 661f8db10b
2 changed files with 35 additions and 0 deletions

View File

@@ -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"
);