mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-06 00:45:09 +00:00
fix(addressbook(web)): update card on save when certificate is removed
This commit is contained in:
@@ -240,6 +240,7 @@ static Class SOGoContactGCSEntryK = Nil;
|
||||
NSCalendarDate *date;
|
||||
CardElement *element;
|
||||
id o;
|
||||
BOOL hasCertificate;
|
||||
|
||||
unsigned int i, year, month, day;
|
||||
|
||||
@@ -418,6 +419,10 @@ static Class SOGoContactGCSEntryK = Nil;
|
||||
}
|
||||
}
|
||||
|
||||
hasCertificate = [[attributes objectForKey: @"hasCertificate"] boolValue];
|
||||
if (!hasCertificate)
|
||||
[card setCertificate: nil];
|
||||
|
||||
[card cleanupEmptyChildren];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user