Merge remote-tracking branch 'upstream/pull/5380'

This commit is contained in:
Tom Hughes 2024-12-05 18:31:56 +00:00
commit 2cb1462602
2 changed files with 2 additions and 1 deletions

View file

@ -15,7 +15,7 @@
</div>
<div class="mb-3 col-md-auto">
<%= select_tag :issue_type,
options_for_select(@issue_types, params[:issue_type]),
options_for_select(@issue_types.map { |issue_type| [issue_type.constantize.model_name.human, issue_type] }, params[:issue_type]),
:include_blank => t(".select_type"),
:data => { :behavior => "category_dropdown" },
:class => "form-select" %>

View file

@ -59,6 +59,7 @@ en:
message: "Message"
node: "Node"
node_tag: "Node Tag"
note: "Note"
old_node: "Old Node"
old_node_tag: "Old Node Tag"
old_relation: "Old Relation"