##// END OF EJS Templates
Small change to mantis importer to be 0.5.1 compatible....
Jean-Philippe Lang -
r632:3eec500320b1
parent child
Show More
@@ -471,7 +471,7 task :migrate_from_mantis => :environment do
471 471 puts
472 472
473 473 # Make sure bugs can refer bugs in other projects
474 Setting.cross_project_issue_relations = 1
474 Setting.cross_project_issue_relations = 1 if Setting.respond_to? 'cross_project_issue_relations'
475 475
476 476 MantisMigrate.establish_connection db_params
477 477 MantisMigrate.migrate
General Comments 0
You need to be logged in to leave comments. Login now