mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-11 00:08:51 +00:00
(js) Fix freebusy coverage of newly created event
This commit is contained in:
@@ -171,6 +171,7 @@
|
||||
|
||||
if (baseComponent) {
|
||||
component = baseComponent;
|
||||
component.updateFreeBusy();
|
||||
}
|
||||
else {
|
||||
component = new Component({ pid: Calendar.$defaultCalendar(), type: type });
|
||||
|
||||
Reference in New Issue
Block a user