mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-02 00:49:45 +00:00
See ChangeLog
Monotone-Parent: 9048b460e440fe34703b374e309791774c315f1d Monotone-Revision: bd80ab1b5ef73a7bb7780c2f592816cd299c35b8 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2009-01-07T16:23:18 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
2009-01-07 Francis Lachapelle <flachapelle@inverse.ca>
|
||||
|
||||
* UI/Scheduler/UIxAppointmentEditor.m ([UIxAppointmentEditor
|
||||
-saveAction]): for recurrent events with an end date, the method
|
||||
_adjustRecurrentRules must be called unconditionally. This fixes
|
||||
the missing occurence on the last day.
|
||||
|
||||
2008-01-06 Ludovic Marcotte <lmarcotte@inverse.ca>
|
||||
|
||||
* SoObjects/Appointments/SOGoCalendarComponent.m
|
||||
|
||||
@@ -334,6 +334,9 @@
|
||||
previousCalendar = [co container];
|
||||
sm = [SoSecurityManager sharedSecurityManager];
|
||||
|
||||
if ([event hasRecurrenceRules])
|
||||
[self _adjustRecurrentRules];
|
||||
|
||||
if ([co isNew])
|
||||
{
|
||||
if (componentCalendar && componentCalendar != previousCalendar)
|
||||
@@ -355,9 +358,6 @@
|
||||
}
|
||||
else
|
||||
{
|
||||
if ([event hasRecurrenceRules])
|
||||
[self _adjustRecurrentRules];
|
||||
|
||||
// The event was modified -- save it.
|
||||
[co saveComponent: event];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user