Calendar: Fix dragging an event from a series to create an exception caused the event to appear duplicated

This commit is contained in:
nathangray 2020-08-31 11:23:25 -06:00
parent af19b5bd32
commit aa170b0a22

View File

@ -3149,7 +3149,7 @@ class calendar_uiforms extends calendar_ui
{ {
$response->call('egw.message', implode('<br />', $message)); $response->call('egw.message', implode('<br />', $message));
} }
if($event['id'] != $eventId ) $this->update_client($_eventId); if($event['id'] != $eventId && !$date) $this->update_client($_eventId);
} }
/** /**