From 9f6bc8a749833ad830b0729dfb50fc1281268bbe Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Fri, 10 Mar 2017 14:50:27 -0500 Subject: [PATCH] (js) Fix freebusy coverage of newly created event --- UI/WebServerResources/js/Scheduler/CalendarListController.js | 1 + 1 file changed, 1 insertion(+) diff --git a/UI/WebServerResources/js/Scheduler/CalendarListController.js b/UI/WebServerResources/js/Scheduler/CalendarListController.js index 943e06e87..2e0e6bff0 100644 --- a/UI/WebServerResources/js/Scheduler/CalendarListController.js +++ b/UI/WebServerResources/js/Scheduler/CalendarListController.js @@ -171,6 +171,7 @@ if (baseComponent) { component = baseComponent; + component.updateFreeBusy(); } else { component = new Component({ pid: Calendar.$defaultCalendar(), type: type });