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>
|