mirror of
https://github.com/discourse/discourse.git
synced 2026-07-30 08:08:20 -05:00
FIX: navigating from tags intersection route to singular tag route
This commit is contained in:
@@ -18,6 +18,8 @@ export default Discourse.Route.extend({
|
||||
this.set("additionalTags", params.additional_tags.split('/').map((t) => {
|
||||
return this.store.createRecord("tag", { id: Handlebars.Utils.escapeExpression(t) }).id;
|
||||
}));
|
||||
} else {
|
||||
this.set('additionalTags', null);
|
||||
}
|
||||
|
||||
if (params.category) {
|
||||
|
||||
Reference in New Issue
Block a user