From 69367de5034addd947f7f42f95ebb368fa838727 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Sun, 16 May 2010 17:13:11 +0000 Subject: [PATCH] See ChangeLog. Monotone-Parent: 01efda1d10d4f37d07da45531701453a34e0be68 Monotone-Revision: 390f7c206ae4e50ad3d1334c22660aca0c7e31f6 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2010-05-16T17:13:11 Monotone-Branch: ca.inverse.sogo --- ChangeLog | 6 ++++++ SoObjects/Appointments/SOGoAppointmentFolder.m | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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];