mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-31 02:52:43 +00:00
Monotone-Parent: c7cef69f421b88269a1f0f48450e7746468a6cb8
Monotone-Revision: aa77eb2904bbe4270428126e707735db8d28bea4 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2009-02-06T20:11:11 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
2009-02-06 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* SoObjects/SOGo/SOGoGCSFolder.m ([SOGoGCSFolder
|
||||
-aclsForUser:uidforObjectAtPath:objectPathArray]): cache an empty
|
||||
array if not acl have been returned for the specified user.
|
||||
|
||||
* SoObjects/Contacts/SOGoContactGCSFolder.m ([SOGoContactGCSFolder
|
||||
-lookupContactsWithFilter:filtersortBy:sortKeyordering:sortOrdering]):
|
||||
same as below.
|
||||
|
||||
@@ -817,6 +817,8 @@ static NSArray *childRecordFields = nil;
|
||||
if (!acls)
|
||||
{
|
||||
acls = [self _fetchAclsForUser: uid forObjectAtPath: objectPath];
|
||||
if (!acls)
|
||||
acls = [NSArray array];
|
||||
[self _cacheRoles: acls forUser: uid forObjectAtPath: objectPath];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user