FIX: Topic lists filtered by tag and a specified filter don't work

This was a regression caused by 59241df2
This commit is contained in:
Daniel Waterworth 2019-11-12 11:26:21 +00:00
parent 17bca00661
commit 241d9a3034

View File

@ -212,7 +212,7 @@ export default function() {
path: "/c/:category/:tag_id/l/" + filter
});
this.route("showCategoryNone" + filter.capitalize(), {
path: "/c/:category/:tag_id/l/" + filter
path: "/c/:category/none/:tag_id/l/" + filter
});
this.route("showParentCategory" + filter.capitalize(), {
path: "/c/:parent_category/:category/:tag_id/l/" + filter