From 5d6b3ef13d83770a1fe0224b4c56ff4be32e7ebd Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Wed, 4 Apr 2018 10:11:35 +0200 Subject: [PATCH] Fix delegation context on RSVP action in the Calendar UI (Bifrost#T31915) --- plugins/calendar/calendar_ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/calendar/calendar_ui.js b/plugins/calendar/calendar_ui.js index 8fe45fc6..801cfc78 100644 --- a/plugins/calendar/calendar_ui.js +++ b/plugins/calendar/calendar_ui.js @@ -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);