summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorFatih Acet <acetfatih@gmail.com>2016-11-24 17:08:22 +0000
committerAlejandro Rodríguez <alejorro70@gmail.com>2016-12-01 12:00:51 -0300
commit35b950ef9f1dd921f9bf93aceaac08ada2c53059 (patch)
tree8d9f6b0d57e4bf6ce8a15fa05f56e7978c202493 /changelogs
parentc9a7f47512bef6047d2014e4ca244e6c55e8e9a5 (diff)
downloadgitlab-ce-35b950ef9f1dd921f9bf93aceaac08ada2c53059.tar.gz
Merge branch 'boards-issue-sorting' into 'master'
Fixed issue boards issue sorting when dragging issue into list ## What does this MR do? Currently it just appends the new issue to the end of list & then sorts by priority which can cause some strange effects. For example if you drag the issue to the top of the list & then vue re-renders, the issue actually goes to the bottom. This changes that by adding the issue at the specific index. ## Screenshots (if relevant) ![boards-sorting](/uploads/9aa4a0cb5e0be79e7d24ab2b6abb0bbb/boards-sorting.gif) See merge request !7734
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/boards-issue-sorting.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/changelogs/unreleased/boards-issue-sorting.yml b/changelogs/unreleased/boards-issue-sorting.yml
new file mode 100644
index 00000000000..fb7dc2f9190
--- /dev/null
+++ b/changelogs/unreleased/boards-issue-sorting.yml
@@ -0,0 +1,4 @@
+---
+title: Fixed issue boards issue sorting when dragging issue into list
+merge_request:
+author: