mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-23 04:15:26 +00:00
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:
@@ -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]];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user