mirror of
https://github.com/redmine/redmine.git
synced 2025-11-18 03:00:52 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user