Fix early ajax update losing not yet saved partially entered events

This commit is contained in:
Nathan Gray 2016-01-15 21:11:19 +00:00
parent c146da8106
commit 2c31029f66

View File

@ -1009,7 +1009,7 @@ class calendar_uiforms extends calendar_ui
} }
// New event, send data before updating so it's there // New event, send data before updating so it's there
$response = egw_json_response::get(); $response = egw_json_response::get();
if($response && !$content['id']) if($response && !$content['id'] && $event['id'])
{ {
// Directly update stored data. // Directly update stored data.
// Make sure we have the whole event, not just form data // Make sure we have the whole event, not just form data