This commit is contained in:
the-djmaze 2024-09-22 01:28:23 +02:00
parent 7ba8de13e4
commit 88a66d64f1
39 changed files with 271 additions and 162 deletions

View file

@ -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)