Monotone-Parent: 740354dfcd0512fd381f1b3bd4a3ee95dfa21338

Monotone-Revision: d8ee782e0279aa96226ceac45acca9d744f3f234

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2008-02-12T15:49:54
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2008-02-12 15:49:54 +00:00
parent 3673b23649
commit 716230fce7
2 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,10 @@
2008-02-12 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* SoObjects/Appointments/SOGoFreeBusyObject.m ([SOGoFreeBusyObject
-iCalStringForFreeBusyInfos:_infosfrom:_startDateto:_endDate]): we
no longer invoke [container login], since this method has been
removed. Instead we invoke ownerInContext:.
* SoObjects/SOGo/SOGoFolder.m ([SOGoFolder
-fetchContentObjectNames]): new model method for all subclasses.
This will be removed in the future since toOneRelationshipKeys

View File

@ -148,7 +148,7 @@
NSDictionary *info;
iCalFreeBusyType type;
uid = [[self container] login];
uid = [container ownerInContext: context];
calendar = [iCalCalendar groupWithTag: @"vcalendar"];
[calendar setProdID: @"//Inverse groupe conseil/SOGo 0.9"];