mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-21 11:25:24 +00:00
See ChangeLog
Monotone-Parent: 73c5f4e36eca619041a58d0413112a5ea43ae3d6 Monotone-Revision: 571d9bfb5bd40cb2435fe9c4ecec1069f13f7a7d Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2009-06-12T15:55:04 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2009-06-12 Francis Lachapelle <flachapelle@inverse.ca>
|
||||
|
||||
* UI/Contacts/UIxContactEditor.m ([UIxContactEditor
|
||||
-addressBooksList]): LDAP-based addressbooks must not be
|
||||
editable, even for super users.
|
||||
|
||||
2009-06-09 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* SoObjects/Appointments/SOGoFreeBusyObject.m
|
||||
|
||||
@@ -186,9 +186,10 @@
|
||||
while (currentFolder)
|
||||
{
|
||||
if ([currentFolder isEqual: folder] ||
|
||||
![sm validatePermission: SoPerm_AddDocumentsImagesAndFiles
|
||||
onObject: currentFolder
|
||||
inContext: context])
|
||||
([currentFolder isKindOfClass: [SOGoContactGCSFolder class]] &&
|
||||
![sm validatePermission: SoPerm_AddDocumentsImagesAndFiles
|
||||
onObject: currentFolder
|
||||
inContext: context]))
|
||||
[addressBooksList addObject: currentFolder];
|
||||
currentFolder = [folders nextObject];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user