Monotone-Parent: 8fe5022642bbf1d7e440fcacc5e91d79294f2444

Monotone-Revision: 593606b8c1f7b7243c36aef4aa229e732ca2e42f

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2009-02-06T20:17:04
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2009-02-06 20:17:04 +00:00
parent 77efe0f423
commit 07cd48a006
2 changed files with 8 additions and 0 deletions
+6
View File
@@ -1,5 +1,11 @@
2009-02-06 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* 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).
@@ -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]];
}