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:
Wolfgang Sourdeau
2007-10-22 13:50:49 +00:00
parent beb67d0f0e
commit 5df57e7221
2 changed files with 8 additions and 0 deletions
+6
View File
@@ -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
+2
View File
@@ -382,6 +382,8 @@
}
if ([containerAcls containsObject: SOGoRole_ObjectReader])
[acls addObject: SOGoRole_ObjectViewer];
if ([containerAcls containsObject: SOGoRole_ObjectEditor])
[acls addObject: SOGoRole_ObjectEditor];
}
return acls;