(js) Fix freebusy coverage of newly created event

This commit is contained in:
Francis Lachapelle 2017-03-10 14:50:27 -05:00
parent d24ff75ecf
commit 9f6bc8a749

View file

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