mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-25 21:35:23 +00:00
Monotone-Parent: 444ab3405053e90b1c56982205d32794a11bc2ae
Monotone-Revision: e949fa30ccb421b969a930914284c098d18799ff Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2009-08-10T15:11:31 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2009-08-10 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* SoObjects/Appointments/SOGoAppointmentObject.m
|
||||
(+webdavAclManager): don't register "respond-to-component" as
|
||||
abstract, otherwise it won't appear in the returned list.
|
||||
|
||||
2009-08-07 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* Tests/test-davacl.py: added tests for the Contacts module.
|
||||
|
||||
@@ -100,10 +100,10 @@
|
||||
withEquivalent: nil
|
||||
asChildOf: davElement (@"write", nsD)];
|
||||
[aclManager
|
||||
registerDAVPermission: davElement (@"respond-to-component", nsI)
|
||||
abstract: YES
|
||||
withEquivalent: SOGoCalendarPerm_RespondToComponent
|
||||
asChildOf: davElement (@"write-content", nsD)];
|
||||
registerDAVPermission: davElement (@"respond-to-component", nsI)
|
||||
abstract: NO
|
||||
withEquivalent: SOGoCalendarPerm_RespondToComponent
|
||||
asChildOf: davElement (@"write-content", nsD)];
|
||||
[aclManager registerDAVPermission: davElement (@"admin", nsI)
|
||||
abstract: YES
|
||||
withEquivalent: nil
|
||||
|
||||
Reference in New Issue
Block a user