mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
HACK: to be fixed later by @eviltrout
This commit is contained in:
parent
3ea38b5749
commit
cd20c8e55f
1 changed files with 4 additions and 0 deletions
|
@ -5,7 +5,11 @@ Discourse.UserTopicListRoute = Discourse.Route.extend({
|
||||||
|
|
||||||
setupController: function(controller, model) {
|
setupController: function(controller, model) {
|
||||||
this.controllerFor('user').set('indexStream', false);
|
this.controllerFor('user').set('indexStream', false);
|
||||||
|
try {
|
||||||
this.controllerFor('user_activity').set('userActionType', this.get('userActionType'));
|
this.controllerFor('user_activity').set('userActionType', this.get('userActionType'));
|
||||||
|
} catch (e){
|
||||||
|
/* ROBIN FIX ME: fails on reload of PM */
|
||||||
|
}
|
||||||
this.controllerFor('user_topics_list').setProperties({
|
this.controllerFor('user_topics_list').setProperties({
|
||||||
model: model,
|
model: model,
|
||||||
hideCategory: false,
|
hideCategory: false,
|
||||||
|
|
Loading…
Reference in a new issue