From efbf0cc5a520b3b64296aa2147f23373a84fe04b Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Mon, 14 Nov 2016 16:41:17 -0500 Subject: [PATCH] Fix required rights to move a calendar component Fixes #3889 --- NEWS | 1 + UI/Scheduler/product.plist | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index f238aa9b6..ca70ac572 100644 --- a/NEWS +++ b/NEWS @@ -18,6 +18,7 @@ Bug fixes - [web] fixed computation of week number - [web] fixed and improved IMAP folder subscriptions manager (#3865) - [web] fixed Sieve script activation when vacation start date is in the future (#3885) + - [web] fixed moving a component without the proper rights (#3889) 3.2.1 (2016-11-02) ------------------ diff --git a/UI/Scheduler/product.plist b/UI/Scheduler/product.plist index fe98cd9ab..a9c912557 100644 --- a/UI/Scheduler/product.plist +++ b/UI/Scheduler/product.plist @@ -278,7 +278,7 @@ actionName = "copy"; }; move = { - protectedBy = "ViewAllComponent"; + protectedBy = "Delete Object"; actionClass = "UIxAppointmentActions"; actionName = "move"; };