mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-21 19:35:38 +00:00
fix(calendar(js)): fix exception when changing an event calendar
This commit is contained in:
@@ -281,7 +281,7 @@
|
||||
this.changeCalendar = function () {
|
||||
var updateRequired = (this.component.attendees && this.component.attendees.length > 0);
|
||||
if (updateRequired)
|
||||
this.component.initOrganizer(Calendar.$get(this.component.destinationCalendar));
|
||||
this.component.$attendees.initOrganizer(Calendar.$get(this.component.destinationCalendar));
|
||||
};
|
||||
|
||||
// Autocomplete cards for attendees
|
||||
|
||||
Reference in New Issue
Block a user