summaryrefslogtreecommitdiffstats
path: root/app/views/imports
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2016-06-07 18:39:44 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2016-06-07 18:39:44 +0000
commitf6754a0f7a37973d3f7296d0c75ac8d20204d682 (patch)
treefc8987ba536c7c005c89dfbbdc480da56d019296 /app/views/imports
parent90d14b71b3656a8362d7508dd88b2aea43c6fa31 (diff)
downloadredmine-f6754a0f7a37973d3f7296d0c75ac8d20204d682.tar.gz
redmine-f6754a0f7a37973d3f7296d0c75ac8d20204d682.zip
Make Status map-able for CSV import (#22951).
git-svn-id: http://svn.redmine.org/redmine/trunk@15493 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/imports')
-rw-r--r--app/views/imports/_fields_mapping.html.erb4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/imports/_fields_mapping.html.erb b/app/views/imports/_fields_mapping.html.erb
index 4ac2b570f..0e1d455fa 100644
--- a/app/views/imports/_fields_mapping.html.erb
+++ b/app/views/imports/_fields_mapping.html.erb
@@ -9,6 +9,10 @@
<%= mapping_select_tag @import, 'tracker', :required => true,
:values => @import.allowed_target_trackers.sorted.map {|t| [t.name, t.id]} %>
</p>
+<p>
+ <label><%= l(:field_status) %></label>
+ <%= mapping_select_tag @import, 'status' %>
+</p>
<div class="splitcontent">
<div class="splitcontentleft">