(js) Fix initialization of Attendees on DnD

Fixes #4677
This commit is contained in:
Francis Lachapelle
2019-02-08 09:37:13 -05:00
parent 160b44b6ff
commit ee40ee6687
@@ -196,7 +196,8 @@
if (baseComponent) {
component = baseComponent;
component.updateFreeBusy();
component.initAttendees();
component.$attendees.updateFreeBusy();
}
else {
component = new Component({ pid: Calendar.$defaultCalendar(), type: type });