mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-22 03:45:25 +00:00
fix(addressbook(web)): update card on save when certificate is removed
This commit is contained in:
@@ -79,6 +79,11 @@
|
||||
focus('org_' + i);
|
||||
};
|
||||
|
||||
this.removeCertificate = function (form) {
|
||||
this.card.$removeCertificate();
|
||||
form.$setDirty();
|
||||
};
|
||||
|
||||
this.addBirthday = function () {
|
||||
this.card.birthday = new Date();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user