Use list.id
for :key
This commit is contained in:
parent
afd2d38111
commit
a35db6e96f
1 changed files with 1 additions and 1 deletions
|
@ -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),
|
||||
|
|
Loading…
Reference in a new issue