mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-11 06:25:31 +00:00
Monotone-Parent: 6a217855934fc04c26a67eb172cd3e529da227b3
Monotone-Revision: 8d387640cfbfcefe198b319567d39ab5ff985ded Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-08-07T13:31:09 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2008-08-07 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* SoObjects/Appointments/SOGoAppointmentObject.m
|
||||
([SOGoAppointmentObject +webdavAclManager]): declare DAV:write as
|
||||
equivalent of ..._ModifyComponent (instead of DAV:write-content).
|
||||
|
||||
2008-08-05 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* UI/Contacts/UIxContactEditor.m ([UIxContactEditor -isNew]):
|
||||
|
||||
@@ -84,7 +84,7 @@
|
||||
asChildOf: davElement (@"view-whole-component", nsI)];
|
||||
[aclManager registerDAVPermission: davElement (@"write", nsD)
|
||||
abstract: YES
|
||||
withEquivalent: nil
|
||||
withEquivalent: SOGoCalendarPerm_ModifyComponent
|
||||
asChildOf: davElement (@"all", nsD)];
|
||||
[aclManager
|
||||
registerDAVPermission: davElement (@"write-properties", nsD)
|
||||
@@ -94,7 +94,7 @@
|
||||
[aclManager
|
||||
registerDAVPermission: davElement (@"write-content", nsD)
|
||||
abstract: YES
|
||||
withEquivalent: SOGoCalendarPerm_ModifyComponent
|
||||
withEquivalent: nil
|
||||
asChildOf: davElement (@"write", nsD)];
|
||||
[aclManager
|
||||
registerDAVPermission: davElement (@"respond-to-component", nsI)
|
||||
|
||||
Reference in New Issue
Block a user