Skip to content

Commit

Permalink
Fix required rights to move a calendar component
Browse files Browse the repository at this point in the history
Fixes #3889
  • Loading branch information
cgx committed Nov 14, 2016
1 parent 8436b0c commit efbf0cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions NEWS
Expand Up @@ -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)
------------------
Expand Down
2 changes: 1 addition & 1 deletion UI/Scheduler/product.plist
Expand Up @@ -278,7 +278,7 @@
actionName = "copy";
};
move = {
protectedBy = "ViewAllComponent";
protectedBy = "Delete Object";
actionClass = "UIxAppointmentActions";
actionName = "move";
};
Expand Down

0 comments on commit efbf0cc

Please sign in to comment.