fix(calendar): update quick table when removing all categories of task

This commit is contained in:
Francis Lachapelle
2022-02-21 11:09:03 -05:00
parent 8a3cb76f0a
commit 3f93e6ebc4

View File

@@ -373,6 +373,8 @@
if ([categories count] > 0)
[row setObject: [categories componentsJoinedByString: @","]
forKey: @"c_category"];
else
[row setObject: [NSNull null] forKey: @"c_category"];
/* handle description */
if ([self comment])