From 07cd48a006439989e837418d30f330703074c831 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Fri, 6 Feb 2009 20:17:04 +0000 Subject: [PATCH] Monotone-Parent: 8fe5022642bbf1d7e440fcacc5e91d79294f2444 Monotone-Revision: 593606b8c1f7b7243c36aef4aa229e732ca2e42f Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2009-02-06T20:17:04 Monotone-Branch: ca.inverse.sogo --- ChangeLog | 6 ++++++ SoObjects/Appointments/SOGoAppointmentFolder.m | 2 ++ 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 1b01aafe2..e0f8e7f48 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2009-02-06 Wolfgang Sourdeau + * SoObjects/Appointments/SOGoAppointmentFolder.m + ([SOGoAppointmentFolder + -fetchFields:_fieldsfrom:_startDateto:_endDatetitle:titlecomponent:_componentadditionalFilters:filtersincludeProtectedInformation:_includeProtectedInformation]): + added the "c_cycleinfo" and "c_cycleenddate" fields to the list of + fields that should not be stripped when removing protected informations. + * UI/Scheduler/UIxTaskEditor.m ([UIxTaskEditor -dealloc]) ([UIxTaskEditor -todo]): same as below (apts). diff --git a/SoObjects/Appointments/SOGoAppointmentFolder.m b/SoObjects/Appointments/SOGoAppointmentFolder.m index 61c08a612..f46ed34b5 100644 --- a/SoObjects/Appointments/SOGoAppointmentFolder.m +++ b/SoObjects/Appointments/SOGoAppointmentFolder.m @@ -880,6 +880,8 @@ firstInstanceCalendarDateRange: (NGCalendarDateRange *) fir @"c_uid", @"c_startdate", @"c_enddate", @"c_isallday", @"c_iscycle", @"c_isopaque", + @"c_cycleinfo", + @"c_cycleenddate", @"c_classification", @"c_component", nil]]; }