Skip to content

Commit

Permalink
Merge pull request #10261 from dmarcoux/fix-issue-10260
Browse files Browse the repository at this point in the history
Fix typo in issue types
  • Loading branch information
dmarcoux committed Oct 6, 2020
2 parents 4ceff9c + b213f51 commit 9881b80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/app/views/webui/patchinfo/form/_issues.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
%small.form-text.text-danger#ajax-error-message

.list-group.mt-3#issues
- issue_types = ['issueid', 'issuetracker', 'issueurl', 'issuesumi']
- issue_types = ['issueid', 'issuetracker', 'issueurl', 'issuesum']
- issues.to_a.each do |issue|
- issue_name = "#{issue[1]}_#{issue[0]}"
.list-group-item.flex-column.align-items-start.issue-element{ id: "issue_#{issue_name}" }
Expand Down

0 comments on commit 9881b80

Please sign in to comment.