mirror of
https://github.com/discourse/discourse.git
synced 2025-01-31 15:17:14 +08:00
FIX: Tag topic lists should pass on noSubcategories when building the top menu
This commit is contained in:
parent
a1cf0b88a8
commit
126b9bd16d
|
@ -99,11 +99,12 @@ export default Controller.extend(BulkTopicSelection, {
|
|||
"q"
|
||||
],
|
||||
|
||||
@discourseComputed("category", "tag.id", "filterMode")
|
||||
navItems(category, tagId, filterMode) {
|
||||
@discourseComputed("category", "tag.id", "filterMode", "noSubcategories")
|
||||
navItems(category, tagId, filterMode, noSubcategories) {
|
||||
return NavItem.buildList(category, {
|
||||
tagId,
|
||||
filterMode
|
||||
filterMode,
|
||||
noSubcategories
|
||||
});
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user