mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-23 04:15:26 +00:00
Monotone-Parent: 4de39ef2fdd0658acc4b5b2fc0da7e23c68159eb
Monotone-Revision: 5d835533f52a26e3b8bb1a2570a4ac5d20e8e7a6 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-10-22T13:50:49 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2007-10-22 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* SoObjects/SOGo/SOGoContentObject.m ([SOGoContentObject
|
||||
-aclsForUser:uid]): object inherits the 'SOGoRole_ObjectEditor'
|
||||
role from its parent folder.
|
||||
|
||||
2007-10-19 Francis Lachapelle <flachapelle@inverse.ca>
|
||||
|
||||
* SoObjects/SOGo/SOGoUser.m
|
||||
|
||||
@@ -382,6 +382,8 @@
|
||||
}
|
||||
if ([containerAcls containsObject: SOGoRole_ObjectReader])
|
||||
[acls addObject: SOGoRole_ObjectViewer];
|
||||
if ([containerAcls containsObject: SOGoRole_ObjectEditor])
|
||||
[acls addObject: SOGoRole_ObjectEditor];
|
||||
}
|
||||
|
||||
return acls;
|
||||
|
||||
Reference in New Issue
Block a user