mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Calendar: Fix dragging an event from a series to create an exception caused the event to appear duplicated
This commit is contained in:
parent
fb10829580
commit
0a84de589a
@ -3149,7 +3149,7 @@ class calendar_uiforms extends calendar_ui
|
||||
{
|
||||
$response->call('egw.message', implode('<br />', $message));
|
||||
}
|
||||
if($event['id'] != $eventId ) $this->update_client($_eventId);
|
||||
if($event['id'] != $eventId && !$date) $this->update_client($_eventId);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user