Fix saving the note of a card

Fixes #3849
This commit is contained in:
Francis Lachapelle
2016-10-20 18:28:58 -04:00
parent 03661eef9e
commit f326ca5ae5
8 changed files with 75 additions and 45 deletions
+1 -1
View File
@@ -476,7 +476,7 @@ static Class SOGoContactGCSEntryK = Nil;
}
}
[card setNote: [attributes objectForKey: @"note"]];
[card setNotes: [attributes objectForKey: @"notes"]];
if ([[attributes objectForKey: @"categories"] isKindOfClass: [NSArray class]])
{