mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-23 04:15:26 +00:00
Fix saving address book properties
This commit is contained in:
@@ -10,6 +10,7 @@ Bug fixes
|
||||
- [web] lowered size of headings on small screens
|
||||
- [web] fixed scrolling in calendars list on Android
|
||||
- [web] keep center list of Calendar module visible on small screens
|
||||
- [web] check for duplicate name only if address book name is changed
|
||||
- [core] allow super users to modify any event (#4216)
|
||||
- [core] correctly handle the full cert chain in S/MIME
|
||||
- [core] handle multidays events in freebusy data
|
||||
|
||||
@@ -72,7 +72,7 @@
|
||||
NS_DURING
|
||||
{
|
||||
o = [params objectForKey: @"name"];
|
||||
if ([o isKindOfClass: [NSString class]])
|
||||
if ([o isKindOfClass: [NSString class]] && ![o isEqualToString: [addressbook displayName]])
|
||||
[addressbook renameTo: o];
|
||||
|
||||
o = [params objectForKey: @"synchronize"];
|
||||
|
||||
Reference in New Issue
Block a user