(js) Support SOGoLDAPContactInfoAttrbute

This commit is contained in:
Francis Lachapelle
2017-04-24 16:15:39 -04:00
parent 3d0c958a19
commit 634cbe3d1b
7 changed files with 14 additions and 6 deletions
@@ -311,6 +311,8 @@
fn = email.value;
}
}
if (this.contactinfo)
fn += ' (' + this.contactinfo.split("\n").join("; ") + ')';
return fn;
};