mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
FIX: Category not updating below suggested topics
This commit is contained in:
parent
5a15c4997c
commit
82ef27bb79
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ const TopicView = Ember.View.extend(AddCategoryClass, AddArchetypeClass, Scrolli
|
|||
} else {
|
||||
return I18n.t("topic.read_more", opts);
|
||||
}
|
||||
}.property('topicTrackingState.messageCount')
|
||||
}.property('topicTrackingState.messageCount', 'controller.content.category')
|
||||
});
|
||||
|
||||
function highlight(postNumber) {
|
||||
|
|
Loading…
Reference in a new issue