diff --git a/app/assets/javascripts/discourse/app/routes/tag-show.js b/app/assets/javascripts/discourse/app/routes/tag-show.js index 36fcaa4ff83..d45e093d535 100644 --- a/app/assets/javascripts/discourse/app/routes/tag-show.js +++ b/app/assets/javascripts/discourse/app/routes/tag-show.js @@ -95,7 +95,7 @@ export default DiscourseRoute.extend(FilterModeMixin, { } return findTopicList(this.store, this.topicTrackingState, filter, params, { - cached: true, + cached: this.isPoppedState(transition), }).then((list) => { if (list.topic_list.tags && list.topic_list.tags.length === 1) { // Update name of tag (case might be different)