mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-21 21:09:28 +00:00
Monotone-Parent: 9af95afe2010bba949dc73bd6027dbc10d2d4cf5
Monotone-Revision: b3bd45e420720798687eac0aee6758ecefab1487 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2009-01-09T17:33:42 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
2009-01-09 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* SoObjects/SOGo/SOGoContentObject.m ([SOGoContentObject
|
||||
-aclUsers]): fixed method to invoke [container
|
||||
aclUsersForObjectAtPath:] with the resulting path as argument
|
||||
instead of the path itself.
|
||||
|
||||
* SoObjects/SOGo/SOGoGCSFolder.m ([SOGoGCSFolder
|
||||
-sendFolderAdvisoryTemplate:template]): the condition check for
|
||||
sending folder advisories has been moved here.
|
||||
|
||||
@@ -432,7 +432,7 @@
|
||||
pathArray = [NSMutableArray arrayWithArray: [container pathArrayToFolder]];
|
||||
[pathArray addObject: nameInContainer];
|
||||
|
||||
return pathArray;
|
||||
return [container aclUsersForObjectAtPath: pathArray];
|
||||
}
|
||||
|
||||
- (NSArray *) aclsForUser: (NSString *) uid
|
||||
|
||||
Reference in New Issue
Block a user