mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-09-23 22:20:31 +00:00
fix(calendar(js)): fix refresh of attendees freebusy information
* refresh template with freebusy information of organizer * fix event coverage in freebusy timeline when event spans a day Related to bug #4899
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
return $ctrl.component? {
|
||||
start: $ctrl.component.start,
|
||||
end: $ctrl.component.end,
|
||||
attendees: _.map($ctrl.component.attendees, 'email')
|
||||
attendees: _.keys($ctrl.component.$attendees.$futureFreebusyData)
|
||||
} : null;
|
||||
},
|
||||
function(newAttrs, oldAttrs) {
|
||||
|
||||
Reference in New Issue
Block a user