mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-15 03:43:29 +00:00
Monotone-Parent: 51154327df2daa3fe6e616128e1e689cd3c69683
Monotone-Revision: 829091932d60b0fc62276de7ab03d48d248b54e1 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-12-20T21:56:37 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2007-12-20 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* SoObjects/SOGo/SOGoContentObject.m ([SOGoContentObject
|
||||
-aclsForUser:uid]): removed useless ACL checks on the current
|
||||
object to reduce DB usage.
|
||||
|
||||
2007-12-17 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* UI/MailerUI/UIxMailEditor.m ([UIxMailEditor -attachmentNames]):
|
||||
|
||||
@@ -393,9 +393,10 @@
|
||||
NSArray *ownAcls, *containerAcls;
|
||||
|
||||
acls = [NSMutableArray array];
|
||||
ownAcls = [container aclsForUser: uid
|
||||
forObjectAtPath: [self pathArrayToSOGoObject]];
|
||||
[acls addObjectsFromArray: ownAcls];
|
||||
/* this is unused... */
|
||||
// ownAcls = [container aclsForUser: uid
|
||||
// forObjectAtPath: [self pathArrayToSOGoObject]];
|
||||
// [acls addObjectsFromArray: ownAcls];
|
||||
containerAcls = [container aclsForUser: uid];
|
||||
if ([containerAcls count] > 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user