BigW Consortium Gitlab

Commit 95a1ac14 by Phil Hughes

Merge branch '44139-fix-issue-boards-dup-keys' into 'master'

Use object ID to prevent duplicate keys Vue warning on Issue Boards page during development Closes #44139 See merge request gitlab-org/gitlab-ce!17682
parents 3d64cb63 c5953212
......@@ -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),
......
---
title: Use object ID to prevent duplicate keys Vue warning on Issue Boards page during
development
merge_request: 17682
author:
type: other
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment