From 055e88e5aaa21087a74f807861ba0cc817c3fe4c Mon Sep 17 00:00:00 2001 From: znek Date: Mon, 4 Jul 2005 15:46:42 +0000 Subject: [PATCH] added 'priority' field when fetching coreinfos git-svn-id: http://svn.opengroupware.org/SOGo/trunk@658 d1b88da0-ebda-0310-925b-ed51d893ca5b --- SOGo/SoObjects/Appointments/ChangeLog | 5 +++++ SOGo/SoObjects/Appointments/SOGoAppointmentFolder.m | 2 +- SOGo/SoObjects/Appointments/Version | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/SOGo/SoObjects/Appointments/ChangeLog b/SOGo/SoObjects/Appointments/ChangeLog index d721ae84..59da00a7 100644 --- a/SOGo/SoObjects/Appointments/ChangeLog +++ b/SOGo/SoObjects/Appointments/ChangeLog @@ -1,3 +1,8 @@ +2005-07-04 Marcus Mueller + + * SOGoAppointmentFolder.m: fetch new priority field in overview infos + (v0.9.33) + 2005-03-20 Helge Hess * SOGoAppointmentFolder.m: changed to use GDLContentStore (v0.9.32) diff --git a/SOGo/SoObjects/Appointments/SOGoAppointmentFolder.m b/SOGo/SoObjects/Appointments/SOGoAppointmentFolder.m index 3ccc895b..8f63cef7 100644 --- a/SOGo/SoObjects/Appointments/SOGoAppointmentFolder.m +++ b/SOGo/SoObjects/Appointments/SOGoAppointmentFolder.m @@ -396,7 +396,7 @@ static NSTimeZone *MET = nil; infos = [[NSArray alloc] initWithObjects: @"title", @"location", @"orgmail", @"status", @"ispublic", - @"isallday", nil]; + @"isallday", @"priority", nil]; } return [self fetchFields:infos from:_startDate diff --git a/SOGo/SoObjects/Appointments/Version b/SOGo/SoObjects/Appointments/Version index fc52df3a..c59b4fbb 100644 --- a/SOGo/SoObjects/Appointments/Version +++ b/SOGo/SoObjects/Appointments/Version @@ -1,6 +1,6 @@ # Version file -SUBMINOR_VERSION:=32 +SUBMINOR_VERSION:=33 # v0.9.32 requires libGDLContentStore v4.5.26 # v0.9.28 requires libNGiCal v4.5.47 -- 2.39.2