Fix handling of public access rights of Calendars

Fixes #4344
This commit is contained in:
Francis Lachapelle
2017-12-18 15:31:43 -05:00
parent e6e5e077bd
commit de91b57825
6 changed files with 22 additions and 5 deletions
+1 -1
View File
@@ -124,7 +124,7 @@
if ([currentValue isEqualToString: @"None"])
[self removeAllRightsFromList: rightsForType];
else
else if ([rightsForType containsObject: currentValue])
[self appendExclusiveRight: [NSString stringWithFormat: @"%@%@",
currentType, currentValue]
fromList: rightsForType];