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 fb10829580
commit 0a84de589a

View File

@ -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);
}
/**