mirror of
https://github.com/discourse/discourse.git
synced 2025-03-20 12:27:24 +08:00
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:
parent
17bca00661
commit
241d9a3034
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user