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:
Wolfgang Sourdeau
2009-08-10 15:11:31 +00:00
parent d304287952
commit ed4d17f83c
2 changed files with 10 additions and 4 deletions
+6
View File
@@ -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