Project

General

Profile

Actions

Patch #4903

closed

migrate_from_mantis not work on Redmine 0.9.1

Added by Lucio Grenzi about 14 years ago. Updated about 13 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Importers
Target version:
-
Start date:
2010-02-23
Due date:
% Done:

0%

Estimated time:

Description

Importing data script from Mantis 1.1.8 not works on Redmine 0.9.1 (Rails 2.2.3)

I've changed line 317 on file migrate_from_mantis
MantisBug.find_each(:batch_size >= 200) do |bug|
to
MantisBug.find(:all).each do |bug|

and everything is imported correctly


Related issues

Related to Redmine - Defect #5087: migrate_from_trac not work on Redmine 0.9.1Closed2010-03-15

Actions
Actions

Also available in: Atom PDF