Project

General

Profile

Defect #42957 » Fix_the__for__attribute_of_the_labels_in_partial_imports_issues_relations_mapping.patch

Thomas Löber, 2025-07-04 13:46

View differences:

app/views/imports/_issues_relations_mapping.html.erb (revision 75524381addbfc3dda13cbe97261768c92dd8045) → app/views/imports/_issues_relations_mapping.html.erb (revision b8bf6e9a92a9bcee42808e48c879888d7926ab0d)
5 5
      <%= mapping_select_tag @import, 'unique_id' %>
6 6
    </p>
7 7
    <p>
8
      <label for="import_settings_mapping_parent_issue_id"><%= l(:field_parent_issue) %></label>
8
      <label for="import_mapping_parent_issue_id"><%= l(:field_parent_issue) %></label>
9 9
      <%= mapping_select_tag @import, 'parent_issue_id' %>
10 10
    </p>
11 11

  
12 12
    <p>
13
      <label for="import_settings_mapping_relation_duplicates"><%= l(:label_duplicates) %></label>
13
      <label for="import_mapping_relation_duplicates"><%= l(:label_duplicates) %></label>
14 14
      <%= mapping_select_tag @import, 'relation_duplicates' %>
15 15
    </p>
16 16

  
17 17
    <p>
18
      <label for="import_settings_mapping_relation_duplicated"><%= l(:label_duplicated_by) %></label>
18
      <label for="import_mapping_relation_duplicated"><%= l(:label_duplicated_by) %></label>
19 19
      <%= mapping_select_tag @import, 'relation_duplicated' %>
20 20
    </p>
21 21

  
22 22
    <p>
23
      <label for="import_settings_mapping_relation_blocks"><%= l(:label_blocks) %></label>
23
      <label for="import_mapping_relation_blocks"><%= l(:label_blocks) %></label>
24 24
      <%= mapping_select_tag @import, 'relation_blocks' %>
25 25
    </p>
26 26

  
27 27
    <p>
28
      <label for="import_settings_mapping_relation_blocked"><%= l(:label_blocked_by) %></label>
28
      <label for="import_mapping_relation_blocked"><%= l(:label_blocked_by) %></label>
29 29
      <%= mapping_select_tag @import, 'relation_blocked' %>
30 30
    </p>
31 31
  </div>
......
33 33
  <div class="splitcontentright">
34 34
    <p></p>
35 35
    <p>
36
      <label for="import_settings_mapping_relation_relates"><%= l(:label_relates_to) %></label>
36
      <label for="import_mapping_relation_relates"><%= l(:label_relates_to) %></label>
37 37
      <%= mapping_select_tag @import, 'relation_relates' %>
38 38
    </p>
39 39

  
40 40
    <p>
41
      <label for="import_settings_mapping_relation_precedes"><%= l(:label_precedes) %></label>
41
      <label for="import_mapping_relation_precedes"><%= l(:label_precedes) %></label>
42 42
      <%= mapping_select_tag @import, 'relation_precedes' %>
43 43
    </p>
44 44

  
45 45
    <p>
46
      <label for="import_settings_mapping_relation_follows"><%= l(:label_follows) %></label>
46
      <label for="import_mapping_relation_follows"><%= l(:label_follows) %></label>
47 47
      <%= mapping_select_tag @import, 'relation_follows' %>
48 48
    </p>
49 49

  
50 50
    <p>
51
      <label for="import_settings_mapping_relation_copied_to"><%= l(:label_copied_to) %></label>
51
      <label for="import_mapping_relation_copied_to"><%= l(:label_copied_to) %></label>
52 52
      <%= mapping_select_tag @import, 'relation_copied_to' %>
53 53
    </p>
54 54

  
55 55
    <p>
56
      <label for="import_settings_mapping_relation_copied_from"><%= l(:label_copied_from) %></label>
56
      <label for="import_mapping_relation_copied_from"><%= l(:label_copied_from) %></label>
57 57
      <%= mapping_select_tag @import, 'relation_copied_from' %>
58 58
    </p>
59 59
  </div>
    (1-1/1)