mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user