Skip to content
Snippets Groups Projects
Commit 98f0c544 authored by Michael Kessler's avatar Michael Kessler
Browse files

[TASK] Allow multiple filters without restrictions

parent 80b6494e
No related branches found
No related tags found
1 merge request!43[FEATURE] Enable filtering by all filters
......@@ -188,8 +188,6 @@ class OverviewController extends AbstractController {
unset($categories[$key]);
}
}
} else {
return;
}
// Get tag restrictions
......@@ -200,8 +198,6 @@ class OverviewController extends AbstractController {
unset($tags[$key]);
}
}
} else {
return;
}
// Get category ids or use the one in the filter
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment