mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-28 11:39:21 +03:00
Resolve #1761
This commit is contained in:
parent
7ba8de13e4
commit
88a66d64f1
39 changed files with 271 additions and 162 deletions
|
|
@ -245,7 +245,7 @@ export class ContactModel extends AbstractModel {
|
|||
this.namePrefix(),
|
||||
this.nameSuffix()
|
||||
]/*, params, group*/);
|
||||
// jCard.parseFullName({set:true});
|
||||
jCard.parseFullName({set:true});
|
||||
|
||||
['nickname', 'note', 'title'].forEach(field =>
|
||||
this[field]() ? jCard.set(field, this[field]()/*, params, group*/) : jCard.remove(field)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue