(js) Fix handling of prevent invitations whitelist

This commit is contained in:
Francis Lachapelle
2015-12-07 11:05:01 -05:00
parent a4bc4fc652
commit ecf297208a
4 changed files with 40 additions and 28 deletions
@@ -110,7 +110,7 @@
if (!this.$$shortFormat)
this.$$shortFormat = this.$shortFormat();
if (!this.$$image)
this.$$image = this.image || User.$gravatar(this.c_email);
this.$$image = this.image || User.$gravatar(this.c_email, 32, User.$alternateAvatar);
// An empty attribute to trick md-autocomplete when adding users from the ACLs editor
this.empty = ' ';