mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-08 06:48:51 +00:00
Monotone-Parent: ee9b43e5b99198d94635546e134d5ce8243594d1
Monotone-Revision: 1325c78fb76526668e09154a9f84cfeef227c789 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-11-30T14:53:15
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
2011-11-30 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* SoObjects/SOGo/SOGoFolder.m
|
||||
(_expandPropertyResponse:forObject:): set the element in the 404
|
||||
bag only if the value is nil to avoid iCal complaining about lack
|
||||
of support for sharing.
|
||||
|
||||
* SoObjects/Appointments/SOGoCalendarProxy.m (+webdavAclManager):
|
||||
overriden method.
|
||||
(-davGroupMemberSet, -setDavGroupMemberSet:): instantiate the
|
||||
|
||||
@@ -442,7 +442,7 @@
|
||||
if (!tagNS)
|
||||
tagNS = XMLNS_WEBDAV;
|
||||
tagName = [childProperty attribute: @"name"];
|
||||
if ([childValue count])
|
||||
if (childValue)
|
||||
[properties200 addObject: davElementWithContent (tagName,
|
||||
tagNS,
|
||||
childValue)];
|
||||
|
||||
Reference in New Issue
Block a user