Fix required rights to move a calendar component

Fixes #3889
This commit is contained in:
Francis Lachapelle
2016-11-14 17:26:28 -05:00
parent 8436b0c9af
commit efbf0cc5a5
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -278,7 +278,7 @@
actionName = "copy";
};
move = {
protectedBy = "ViewAllComponent";
protectedBy = "Delete Object";
actionClass = "UIxAppointmentActions";
actionName = "move";
};