Use list.id for :key

This commit is contained in:
Kushal Pandya 2018-03-12 15:11:59 +05:30
parent afd2d38111
commit a35db6e96f

View file

@ -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),