diff options
author | Fatih Acet <acetfatih@gmail.com> | 2016-11-02 17:09:16 +0000 |
---|---|---|
committer | Fatih Acet <acetfatih@gmail.com> | 2016-11-02 17:09:16 +0000 |
commit | 99a12e120953c7b11d35a65e002a7906f30a99cb (patch) | |
tree | b4e0083d8ec7125992c959abaab851e83ca76204 /CHANGELOG.md | |
parent | 06bb79456cff992c869d9bdc4904f317de4ba4d8 (diff) | |
parent | dec4376027266ca15798d9feab8f997b879d22d4 (diff) | |
download | gitlab-ce-99a12e120953c7b11d35a65e002a7906f30a99cb.tar.gz |
Merge branch 'sortable-version-update' into 'master'
Updated Sortable JS plugin
## What does this MR do?
Updates Sortable JS plugin for issue boards. The older version stopped the issue cards being draggable.
## What are the relevant issue numbers?
Closes #23048
See merge request !6734
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index be53e622705..36ec61dd46f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,6 +32,7 @@ Please view this file on the master branch, on stable branches it's out of date. - Fixed link typo on /help/ui to Alerts section. !6915 (Sam Rose) - Fix broken issue/merge request links in JIRA comments. !6143 (Brian Kintz) - Fix filtering of milestones with quotes in title (airatshigapov) +- Fix issue boards dragging bug in Safari - Refactor less readable existance checking code from CoffeeScript !6289 (jlogandavison) - Update mail_room and enable sentinel support to Reply By Email (!7101) - Add task completion status in Issues and Merge Requests tabs: "X of Y tasks completed" (!6527, @gmesalazar) |