mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
Calendar et2 conversion work in progress.
- Update after edit
This commit is contained in:
parent
925c29ce9d
commit
3d6e1573bb
@ -907,6 +907,15 @@ class calendar_uiforms extends calendar_ui
|
|||||||
$message .= lang(', stati of participants reset');
|
$message .= lang(', stati of participants reset');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$response = egw_json_response::get();
|
||||||
|
if($response)
|
||||||
|
{
|
||||||
|
// Directly update stored data. If event is still visible, it will
|
||||||
|
// be notified & update itself.
|
||||||
|
$this->to_client($event);
|
||||||
|
$response->call('egw.dataStoreUID','calendar::'.$event['id'],$event);
|
||||||
|
}
|
||||||
|
|
||||||
$msg = $message . ($msg ? ', ' . $msg : '');
|
$msg = $message . ($msg ? ', ' . $msg : '');
|
||||||
egw_framework::refresh_opener($msg, 'calendar', $event['id']);
|
egw_framework::refresh_opener($msg, 'calendar', $event['id']);
|
||||||
// writing links for new entry, existing ones are handled by the widget itself
|
// writing links for new entry, existing ones are handled by the widget itself
|
||||||
|
@ -488,7 +488,7 @@ et2_calendar_event.recur_prompt = function(event_data, callback)
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
if(event_data.recur_type)
|
if(parseInt(event_data.recur_type))
|
||||||
{
|
{
|
||||||
var buttons = [
|
var buttons = [
|
||||||
{text: egw.lang("Edit exception"), id: "exception", class: "ui-priority-primary", "default": true},
|
{text: egw.lang("Edit exception"), id: "exception", class: "ui-priority-primary", "default": true},
|
||||||
|
Loading…
Reference in New Issue
Block a user