mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-14 21:04:53 +00:00
(js) Improve contact chips in card list editor
Exclude list members from auto-completion results.
This commit is contained in:
@@ -433,6 +433,7 @@
|
||||
// Instanciate Card objects for list members
|
||||
angular.forEach(_this.refs, function(o, i) {
|
||||
if (o.email) o.emails = [{value: o.email}];
|
||||
o.id = o.reference;
|
||||
_this.refs[i] = new Card(o);
|
||||
});
|
||||
if (_this.birthday) {
|
||||
|
||||
Reference in New Issue
Block a user