FIX: add missing username properties to usercard
This commit is contained in:
parent
815e17b17b
commit
5ad878ca40
|
@ -63,7 +63,7 @@ export default Ember.Controller.extend({
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
this.setProperties({ user: null, userLoading: username, cardTarget: target, topicPostCount: null });
|
this.setProperties({ user: null, username, userLoading: username, cardTarget: target, topicPostCount: null });
|
||||||
|
|
||||||
const args = { stats: false };
|
const args = { stats: false };
|
||||||
args.include_post_count_for = this.get('controllers.topic.model.id');
|
args.include_post_count_for = this.get('controllers.topic.model.id');
|
||||||
|
|
Loading…
Reference in New Issue