From 7d25c340aa70350cbab8c91b790a777cda0a1211 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Mon, 3 Nov 2014 12:39:59 +0100 Subject: [PATCH] Don't show options menu for resource free/busy calendar events --- 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 f2ece351..3be3a9dd 100644 --- a/plugins/calendar/calendar_ui.js +++ b/plugins/calendar/calendar_ui.js @@ -600,7 +600,7 @@ function rcube_calendar_ui(settings) me.dialog_resize($dialog.get(0), $dialog.height(), 420); // add link for "more options" drop-down - if (!temp && !event.temporary) { + if (!temp && !event.temporary && event.calendar != '_resource') { $('') .attr('href', '#') .html(rcmail.gettext('eventoptions','calendar'))