Monotone-Parent: c9c54e20cc8e010c29ef8e5fa1cbd039c35e5344

Monotone-Revision: 7eb19f1f060daa6cb0a2421481ec351910c3af68

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2012-07-20T19:07:03
This commit is contained in:
Wolfgang Sourdeau
2012-07-20 19:07:03 +00:00
parent 8a1781ea22
commit 8f31821e1d
2 changed files with 12 additions and 0 deletions
+7
View File
@@ -1,3 +1,10 @@
2012-07-20 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* SoObjects/Appointments/SOGoAppointmentFolder.m
(_appendCycleException:firstInstanceCalendarDateRange:fromRow:forRange:withTimeZone:toArray:):
return immediately if the occurrence does not have a valid
recurrence-id.
2012-07-20 Francis Lachapelle <flachapelle@inverse.ca>
* UI/WebServerResources/MailerUI.js (onEmailTo): append the email
@@ -863,6 +863,11 @@ firstInstanceCalendarDateRange: (NGCalendarDateRange *) fir
newRecord = nil;
recurrenceId = [component recurrenceId];
if (!recurrenceId)
{
[self errorWithFormat: @"ignored component with an empty EXCEPTION-ID"];
return;
}
if (tz)
{