(js) Fix freebusy coverage of newly created event

pull/234/head
Francis Lachapelle 2017-03-10 14:50:27 -05:00
parent d24ff75ecf
commit 9f6bc8a749
1 changed files with 1 additions and 0 deletions

View File

@ -171,6 +171,7 @@
if (baseComponent) {
component = baseComponent;
component.updateFreeBusy();
}
else {
component = new Component({ pid: Calendar.$defaultCalendar(), type: type });