From e76fb425c5bee29a3bd3cfd676f977864d6ffa90 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Sun, 20 Jul 2025 02:06:12 +0000 Subject: [PATCH] Fix the "for" attribute of the labels in partial imports/issues_relations_mapping (#42957). MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Patch by Thomas Löber (user:tloeber). git-svn-id: https://svn.redmine.org/redmine/trunk@23895 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- .../_issues_relations_mapping.html.erb | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/app/views/imports/_issues_relations_mapping.html.erb b/app/views/imports/_issues_relations_mapping.html.erb index fa0b0950f..9a88c6ebc 100644 --- a/app/views/imports/_issues_relations_mapping.html.erb +++ b/app/views/imports/_issues_relations_mapping.html.erb @@ -5,27 +5,27 @@ <%= mapping_select_tag @import, 'unique_id' %>

- + <%= mapping_select_tag @import, 'parent_issue_id' %>

- + <%= mapping_select_tag @import, 'relation_duplicates' %>

- + <%= mapping_select_tag @import, 'relation_duplicated' %>

- + <%= mapping_select_tag @import, 'relation_blocks' %>

- + <%= mapping_select_tag @import, 'relation_blocked' %>

@@ -33,27 +33,27 @@

- + <%= mapping_select_tag @import, 'relation_relates' %>

- + <%= mapping_select_tag @import, 'relation_precedes' %>

- + <%= mapping_select_tag @import, 'relation_follows' %>

- + <%= mapping_select_tag @import, 'relation_copied_to' %>

- + <%= mapping_select_tag @import, 'relation_copied_from' %>