mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-30 07:35:39 +00:00
(js) Support SOGoLDAPContactInfoAttrbute
This commit is contained in:
@@ -311,6 +311,8 @@
|
||||
fn = email.value;
|
||||
}
|
||||
}
|
||||
if (this.contactinfo)
|
||||
fn += ' (' + this.contactinfo.split("\n").join("; ") + ')';
|
||||
|
||||
return fn;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user