CC-5398 : "Add Show" does not update calender "orange" progress bar immediately showing content is added until refresh page or different view.
This commit is contained in:
parent
4c331aa955
commit
5defb12430
1 changed files with 7 additions and 2 deletions
|
@ -13,8 +13,13 @@ var AIRTIME = (function(AIRTIME){
|
||||||
var serverTimezoneOffset = 0;
|
var serverTimezoneOffset = 0;
|
||||||
|
|
||||||
function closeDialogCalendar(event, ui) {
|
function closeDialogCalendar(event, ui) {
|
||||||
//$("#schedule_calendar").fullCalendar( 'refetchEvents' );
|
|
||||||
$(this).remove();
|
$el = $(this);
|
||||||
|
$el.dialog('destroy');
|
||||||
|
$el.remove();
|
||||||
|
|
||||||
|
//need to refetch the events to update scheduled status.
|
||||||
|
$("#schedule_calendar").fullCalendar( 'refetchEvents' );
|
||||||
}
|
}
|
||||||
|
|
||||||
function checkShowLength(json) {
|
function checkShowLength(json) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue