From 241d9a3034aa628282d34d71fc7f75b6519ef615 Mon Sep 17 00:00:00 2001 From: Daniel Waterworth Date: Tue, 12 Nov 2019 11:26:21 +0000 Subject: [PATCH] FIX: Topic lists filtered by tag and a specified filter don't work This was a regression caused by 59241df2 --- app/assets/javascripts/discourse/routes/app-route-map.js.es6 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/discourse/routes/app-route-map.js.es6 b/app/assets/javascripts/discourse/routes/app-route-map.js.es6 index 1da84b40472..ba43395d9ef 100644 --- a/app/assets/javascripts/discourse/routes/app-route-map.js.es6 +++ b/app/assets/javascripts/discourse/routes/app-route-map.js.es6 @@ -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