diff --git a/ChangeLog b/ChangeLog index e9047a7df..7c4c143ef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-05-21 Francis Lachapelle + + * SoObjects/Appointments/SOGoAppointmentFolder.m + (-fetchCoreInfosFrom:to:title:component:additionalFilters:): added + c_category field so UIxCalListingActions can fetch it. + 2010-05-20 Wolfgang Sourdeau * UI/WebServerResources/SchedulerUI.js: (newEventDIV): we now add diff --git a/SoObjects/Appointments/SOGoAppointmentFolder.m b/SoObjects/Appointments/SOGoAppointmentFolder.m index f07200cb9..6726f5754 100644 --- a/SoObjects/Appointments/SOGoAppointmentFolder.m +++ b/SoObjects/Appointments/SOGoAppointmentFolder.m @@ -2537,7 +2537,7 @@ firstInstanceCalendarDateRange: (NGCalendarDateRange *) fir @"c_creationdate", @"c_lastmodified", @"c_version", @"c_component", @"c_title", @"c_location", @"c_orgmail", @"c_status", - @"c_classification", @"c_isallday", + @"c_category", @"c_classification", @"c_isallday", @"c_isopaque", @"c_participants", @"c_partmails", @"c_partstates", @"c_sequence", @"c_priority", @"c_cycleinfo", @"c_iscycle", @"c_nextalarm", nil];