diff options
author | Kushal Pandya <kushal@gitlab.com> | 2018-03-12 15:11:59 +0530 |
---|---|---|
committer | Kushal Pandya <kushal@gitlab.com> | 2018-03-12 15:11:59 +0530 |
commit | a35db6e96f801e64b91983ebe444ce25d404abd1 (patch) | |
tree | fa3243174a61a0d0c56de01c3ca5dd3873643dcd | |
parent | afd2d381119c3778140c3dd63c7ef24ecdb4c62e (diff) | |
download | gitlab-ce-a35db6e96f801e64b91983ebe444ce25d404abd1.tar.gz |
Use `list.id` for `:key`
-rw-r--r-- | app/views/shared/boards/_show.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/boards/_show.html.haml b/app/views/shared/boards/_show.html.haml index 44b09545a61..dac60094686 100644 --- a/app/views/shared/boards/_show.html.haml +++ b/app/views/shared/boards/_show.html.haml @@ -27,7 +27,7 @@ ":issue-link-base" => "issueLinkBase", ":root-path" => "rootPath", ":board-id" => "boardId", - ":key" => "_uid" } + ":key" => "list.id" } = render "shared/boards/components/sidebar", group: group - if @project %board-add-issues-modal{ "new-issue-path" => new_project_issue_path(@project), |