Skip to content

Commit

Permalink
fix(calendar): update quick table when removing all categories of task
Browse files Browse the repository at this point in the history
  • Loading branch information
cgx committed Feb 21, 2022
1 parent 8a3cb76 commit 3f93e6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SoObjects/Appointments/iCalToDo+SOGo.m
Expand Up @@ -373,6 +373,8 @@ - (NSMutableDictionary *) quickRecordFromContent: (NSString *) theContent
if ([categories count] > 0)
[row setObject: [categories componentsJoinedByString: @","]
forKey: @"c_category"];
else
[row setObject: [NSNull null] forKey: @"c_category"];

/* handle description */
if ([self comment])
Expand Down

0 comments on commit 3f93e6e

Please sign in to comment.