Fixed not shown avatar in organization profile.
This commit is contained in:
parent
46c8cd7afd
commit
7ade40308d
1 changed files with 1 additions and 1 deletions
|
@ -27,6 +27,6 @@ class App.Organization extends App.Model
|
|||
data['members'] = []
|
||||
for user_id in data['member_ids']
|
||||
if App.User.exists( user_id )
|
||||
user = App.User.find( user_id )
|
||||
user = App.User.fullLocal( user_id )
|
||||
data['members'].push user
|
||||
data
|
||||
|
|
Loading…
Reference in a new issue