Load photos of LDAP-based address books in listing

Fixes #3942
This commit is contained in:
Francis Lachapelle
2016-12-15 10:18:28 -05:00
parent 15a3bf48d9
commit 651c0fdf14
4 changed files with 22 additions and 0 deletions
@@ -152,6 +152,8 @@
Card.$Preferences.avatar(this.$$email, 32, {no_404: true}).then(function(url) {
_this.$$image = url;
});
if (this.hasphoto)
this.photoURL = Card.$$resource.path(this.pid, this.id, 'photo');
if (this.isgroup)
this.c_component = 'vlist';
this.$avatarIcon = this.$isList()? 'group' : 'person';