Fix resizing all-day events (Bifrost#T101742)
This commit is contained in:
parent
bfda73191a
commit
f10b1a3c32
1 changed files with 2 additions and 1 deletions
|
@ -3855,7 +3855,8 @@ function rcube_calendar_ui(settings)
|
|||
id: event.id,
|
||||
calendar: event.calendar,
|
||||
start: date2servertime(event.start),
|
||||
end: date2servertime(event.end)
|
||||
end: date2servertime(event.end),
|
||||
allday: event.allDay?1:0
|
||||
};
|
||||
update_event_confirm('resize', event, data);
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue