summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2018-01-09 09:25:42 +0000
committerPhil Hughes <me@iamphill.com>2018-01-09 09:25:42 +0000
commit639cfdc221617f13ee08e673e0b5e51efc344744 (patch)
tree1becaaa34ef5bb857330a8a5d3d4b2037954cda1 /app
parentd2d634a9902d338b029c2b0662c24446b14bc3e0 (diff)
parent9452fd2b4818c63237c4e0172c4f7192be6b04e0 (diff)
downloadgitlab-ce-639cfdc221617f13ee08e673e0b5e51efc344744.tar.gz
Merge branch '36906_Reordering_issues_to_the_bottom' into 'master'
Fixing re-ordering of an issue when dragging it to the bottom a long issue list in the board Closes #36906 See merge request gitlab-org/gitlab-ce!16250
Diffstat (limited to 'app')
-rw-r--r--app/assets/javascripts/boards/components/board_list.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/boards/components/board_list.js b/app/assets/javascripts/boards/components/board_list.js
index 84b76a6f1b1..d8cf532fe78 100644
--- a/app/assets/javascripts/boards/components/board_list.js
+++ b/app/assets/javascripts/boards/components/board_list.js
@@ -187,7 +187,7 @@ export default {
<li
class="board-list-count text-center"
v-if="showCount"
- data-id="-1">
+ data-issue-id="-1">
<loading-icon
v-show="list.loadingMore"