mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-25 08:23:28 +00:00
merge of 'b5a68a922e7dfe7ff0ee88a40ce86bf257337314'
and 'c0ba6ea9411e86e50582cdd4036256776349b556' Monotone-Parent: b5a68a922e7dfe7ff0ee88a40ce86bf257337314 Monotone-Parent: c0ba6ea9411e86e50582cdd4036256776349b556 Monotone-Revision: 2c8266b41b53ae4ece560d6f611a57376986383a Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2009-08-18T17:37:04 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1171,10 +1171,8 @@ static NSArray *childRecordFields = nil;
|
||||
/* we only grant "userCanAccessAllObjects" for role "ObjectEraser" and
|
||||
not "ObjectCreator" because the latter doesn't imply we can read
|
||||
properties from subobjects or even know their existence. */
|
||||
userCanAccessAllObjects = ([[self ownerInContext: localContext]
|
||||
isEqualToString: login]
|
||||
|| [[self aclsForUser: login]
|
||||
containsObject: SOGoRole_ObjectEraser]);
|
||||
userCanAccessAllObjects
|
||||
= [[self ownerInContext: localContext] isEqualToString: login];
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user