From 7f74dfe321b321155be7d522610a23ad05f5c776 Mon Sep 17 00:00:00 2001 From: wolfgang Date: Thu, 1 Nov 2007 22:38:50 +0000 Subject: [PATCH] git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1217 d1b88da0-ebda-0310-925b-ed51d893ca5b --- ChangeLog | 5 +++++ SoObjects/Appointments/SOGoAppointmentObject.m | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8882bd88..b865d14f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2007-11-01 Wolfgang Sourdeau + * SoObjects/Appointments/SOGoAppointmentObject.m + ([SOGoAppointmentObject -deleteWithBaseSequence:]): an email was + sent when modifying an event, when the event was considered + relevant. The same thing is now implemented for event deletion. + * SoObjects/SOGo/AgenorUserDefaults.m ([AgenorUserDefaults -primaryFetchProfile]): make sure that the deserialized "values" is an instance of NSMutableDictionary, otherwise we override it diff --git a/SoObjects/Appointments/SOGoAppointmentObject.m b/SoObjects/Appointments/SOGoAppointmentObject.m index 404428ea..c4c94371 100644 --- a/SoObjects/Appointments/SOGoAppointmentObject.m +++ b/SoObjects/Appointments/SOGoAppointmentObject.m @@ -397,7 +397,8 @@ if (![removedUIDs containsObject: owner]) [removedUIDs addObject: owner]; - if ([self sendEMailNotifications]) + if ([self sendEMailNotifications] + && [self _aptIsStillRelevant: apt]) { /* send notification email to attendees excluding organizer */ attendees = [NSMutableArray arrayWithArray:[apt attendees]]; -- 2.39.5