Fix delegation context on RSVP action in the Calendar UI (Bifrost#T31915)
This commit is contained in:
parent
4c59b34bbb
commit
5d6b3ef13d
1 changed files with 1 additions and 1 deletions
|
@ -2407,7 +2407,7 @@ function rcube_calendar_ui(settings)
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
me.saving_lock = rcmail.set_busy(true, 'calendar.savingdata');
|
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);
|
event_show_dialog(me.selected_event);
|
||||||
|
|
Loading…
Add table
Reference in a new issue