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:11:36 +00:00
parent 661f8db10b
commit 208f7ac8f0
1 changed files with 0 additions and 1 deletions

View File

@ -86,7 +86,6 @@ $ticket_project_filter_id = '';
if (isset($_GET['project']) & !empty($_GET['project']) && $_GET['project'] > '0') {
$ticket_project_snippet = 'AND ticket_project_id = ' . intval($_GET['project']);
$ticket_project_filter_id = intval($_GET['project']);
echo "got here";
}
// Ticket client access snippet