Fix re-fetching updated event in quickview mode
This commit is contained in:
parent
841815f5b1
commit
9bb48ec3fa
1 changed files with 1 additions and 1 deletions
|
@ -3265,7 +3265,7 @@ function rcube_calendar_ui(settings)
|
||||||
$('#rcmlical' + source.id + ' input').prop('checked', true);
|
$('#rcmlical' + source.id + ' input').prop('checked', true);
|
||||||
}
|
}
|
||||||
|
|
||||||
fc.fullCalendar('refetchEventSources', source);
|
fc.fullCalendar('refetchEventSources', source.id);
|
||||||
fetch_counts();
|
fetch_counts();
|
||||||
}
|
}
|
||||||
// add/update single event object
|
// add/update single event object
|
||||||
|
|
Loading…
Add table
Reference in a new issue