FIX: Re-enable filtering on user expansions on topics
This commit is contained in:
parent
ce745b737e
commit
d09f109b2c
|
@ -55,7 +55,7 @@ export default ObjectController.extend({
|
||||||
this.set('participant', null);
|
this.set('participant', null);
|
||||||
|
|
||||||
// Retrieve their participants info
|
// Retrieve their participants info
|
||||||
var participants = this.get('topic.details.participants');
|
var participants = this.get('controllers.topic.details.participants');
|
||||||
if (participants) {
|
if (participants) {
|
||||||
this.set('participant', participants.findBy('username', username));
|
this.set('participant', participants.findBy('username', username));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue