mirror of
https://github.com/discourse/discourse.git
synced 2025-03-03 09:49:42 +00:00
FIX: use dedicated site attribute in category + tag filtered pages too.
This commit is contained in:
parent
3af2670bd5
commit
8a031f19dc
@ -67,7 +67,7 @@ function findTopicList(store, tracking, filter, filterParams, extras) {
|
||||
}
|
||||
Session.currentProp("topicList", list);
|
||||
if (list.topic_list && list.topic_list.top_tags) {
|
||||
if (list.filter.startsWith("c/")) {
|
||||
if (list.filter.startsWith("c/") || list.filter.startsWith("tags/c/")) {
|
||||
Site.currentProp("category_top_tags", list.topic_list.top_tags);
|
||||
} else {
|
||||
Site.currentProp("top_tags", list.topic_list.top_tags);
|
||||
|
Loading…
x
Reference in New Issue
Block a user