mirror of https://github.com/itflow-org/itflow
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:
parent
661f8db10b
commit
208f7ac8f0
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue