Fix delegation context on RSVP action in the Calendar UI (Bifrost#T31915)

This commit is contained in:
Aleksander Machniak 2018-04-04 10:11:35 +02:00
parent 4c59b34bbb
commit 5d6b3ef13d

View file

@ -2407,7 +2407,7 @@ function rcube_calendar_ui(settings)
}
else {
me.saving_lock = rcmail.set_busy(true, 'calendar.savingdata');
rcmail.http_post('event', { action:'rsvp', e:submit_data, status:response, attendees:attendees, noreply:noreply });
rcmail.http_post('calendar/event', { action:'rsvp', e:submit_data, status:response, attendees:attendees, noreply:noreply });
}
event_show_dialog(me.selected_event);