mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 08:09:13 -05:00
Fix for message saying 'There are no more 29-category topics.'
This commit is contained in:
parent
ef18a3ad5c
commit
7f7ef29e42
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ Discourse.ListCategoryRoute = Discourse.FilteredListRoute.extend({
|
||||||
listController.set('canCreateTopic', topicList.get('can_create_topic'));
|
listController.set('canCreateTopic', topicList.get('can_create_topic'));
|
||||||
listController.set('category', category);
|
listController.set('category', category);
|
||||||
router.controllerFor('listTopics').set('content', topicList);
|
router.controllerFor('listTopics').set('content', topicList);
|
||||||
|
router.controllerFor('listTopics').set('category', category);
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue