Make Tracker map-able for CSV import (#22951).

git-svn-id: http://svn.redmine.org/redmine/trunk@15490 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang
2016-06-07 18:23:42 +00:00
parent b935539f28
commit e3875ffd57
8 changed files with 81 additions and 22 deletions

View File

@@ -235,7 +235,7 @@ module ObjectHelpers
import.settings = {
'separator' => ";", 'wrapper' => '"', 'encoding' => "UTF-8",
'mapping' => {'project_id' => '1', 'tracker_id' => '2', 'subject' => '1'}
'mapping' => {'project_id' => '1', 'tracker' => '13', 'subject' => '1'}
}
import.save!
import