From 1bcc7a48ef5359261309e2413543be4ae0500a3b Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Thu, 26 Feb 2015 16:28:35 +0100 Subject: [PATCH] Do not check the 'decline' box by default when deleting cancelled events --- plugins/calendar/calendar_ui.js | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/calendar/calendar_ui.js b/plugins/calendar/calendar_ui.js index eb57fa71..e8edcc83 100644 --- a/plugins/calendar/calendar_ui.js +++ b/plugins/calendar/calendar_ui.js @@ -2591,6 +2591,7 @@ function rcube_calendar_ui(settings) } else if (action == 'remove' && is_attendee(event)) { decline = true; + checked = event.status != 'CANCELLED' ? checked : ''; html += '
' + '