mirror of
https://github.com/redmine/redmine.git
synced 2025-11-15 17:56:03 +01:00
git-svn-id: http://svn.redmine.org/redmine/trunk@20576 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -173,7 +173,7 @@ class ImportsController < ApplicationController
|
||||
return if @import.settings['encoding'].blank?
|
||||
|
||||
mappings = @import.settings['mapping'] ||= {}
|
||||
headers = @import.headers.map(&:downcase)
|
||||
headers = @import.headers.map{|header| header&.downcase}
|
||||
|
||||
# Core fields
|
||||
import_type::AUTO_MAPPABLE_FIELDS.each do |field_nm, label_nm|
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
priority;Subject;start_date;parent;private;progress;custom;"target version";category;user;estimated_hours;tracker;status;database;cf_6
|
||||
High;First;2015-07-08;;no;;PostgreSQL;;New category;dlopper;1;bug;new;"PostgreSQL, Oracle";2
|
||||
priority;Subject;start_date;parent;private;progress;custom;"target version";category;user;estimated_hours;tracker;status;database;cf_6;
|
||||
High;First;2015-07-08;;no;;PostgreSQL;;New category;dlopper;1;bug;new;"PostgreSQL, Oracle";2;"Column with empty header"
|
||||
|
||||
|
Reference in New Issue
Block a user