diff options
author | Phil Hughes <me@iamphill.com> | 2016-10-25 12:57:56 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2016-10-25 12:57:56 +0100 |
commit | cabc131cfbee72e3a1eaae94619dcf1e3cc59d5a (patch) | |
tree | 98b1b8cca621b87b4818018e4ec7bfadd63c8ca0 /CHANGELOG.md | |
parent | f289983db6dd0b3d237ad35f5359ecd6e09cb3ea (diff) | |
download | gitlab-ce-cabc131cfbee72e3a1eaae94619dcf1e3cc59d5a.tar.gz |
Stop unauthized users dragging on issue boardsboard-dragging-disabled
Closes #23763
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 21f2bec867f..a8603170355 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,7 +23,8 @@ Please view this file on the master branch, on stable branches it's out of date. - Fixed hidden pipeline graph on commit and MR page !6895 - Expire and build repository cache after project import - Fix 404 for group pages when GitLab setup uses relative url - - Simpler arguments passed to named_route on toggle_award_url helper method + - Simpler arguments passed to named_route on toggle_award_url helper method + - Fix unauthorized users dragging on issue boards - Better handle when no users were selected for adding to group or project. (Linus Thiel) - Only show register tab if signup enabled. |