mirror of
https://github.com/discourse/discourse.git
synced 2026-09-05 04:40:41 -05:00
FIX: Loading more was broken on topic list after changing sort order
This commit is contained in:
@@ -59,7 +59,7 @@ const TopicList = RestModel.extend({
|
||||
|
||||
topics.clear();
|
||||
topics.pushObjects(newTopics);
|
||||
self.setProperties({ loaded: true, more_topics_url: newTopics.get('more_topics_url') });
|
||||
self.setProperties({ loaded: true, more_topics_url: tl.get('topic_list.more_topics_url') });
|
||||
});
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user