(fix) search in all domain sources for Apple Calendar and properly handle groups

This commit is contained in:
Ludovic Marcotte
2016-09-26 15:24:51 -04:00
parent 323bc50f10
commit 1cbced4965
9 changed files with 34 additions and 44 deletions
+3 -3
View File
@@ -1873,9 +1873,9 @@ static NSArray *childRecordFields = nil;
- (void) setRoles: (NSArray *) roles
forUser: (NSString *) uid
{
return [self setRoles: roles
forUser: uid
forObjectAtPath: [self pathArrayToFolder]];
return [self setRoles: roles
forUser: uid
forObjectAtPath: [self pathArrayToFolder]];
}
- (void) removeAclsForUsers: (NSArray *) users