mirror of
https://github.com/discourse/discourse.git
synced 2026-09-05 04:40:41 -05:00
Fix for message saying 'There are no more 29-category topics.'
This commit is contained in:
@@ -44,6 +44,7 @@ Discourse.ListCategoryRoute = Discourse.FilteredListRoute.extend({
|
||||
listController.set('canCreateTopic', topicList.get('can_create_topic'));
|
||||
listController.set('category', category);
|
||||
router.controllerFor('listTopics').set('content', topicList);
|
||||
router.controllerFor('listTopics').set('category', category);
|
||||
});
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user