mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-29 02:07:36 +00:00
See ChangeLog
Monotone-Parent: a81f3635524596f99835829a1a4835f3a7f58c1b Monotone-Revision: 1306bcb572d16a67199e32e625572c3430d39626 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2008-12-01T19:20:25 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -368,6 +368,10 @@
|
||||
|
||||
[[newEvent parent] setMethod: @""];
|
||||
ownerUser = [SOGoUser userWithLogin: owner roles: nil];
|
||||
|
||||
// We first save the event. It is important to this initially
|
||||
// as the event's UID might get modified in SOGoCalendarComponent: -saveComponent:
|
||||
[super saveComponent: newEvent];
|
||||
|
||||
if ([newEvent userIsOrganizer: ownerUser])
|
||||
{
|
||||
@@ -395,8 +399,6 @@
|
||||
[self _handleUpdatedEvent: newEvent fromOldEvent: oldEvent];
|
||||
}
|
||||
}
|
||||
|
||||
[super saveComponent: newEvent];
|
||||
}
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user