ralli / bz2redmine

Bugzilla to Redmine migration script
Other
13 stars 8 forks source link

Set imported projects as active (not archived) by default. #9

Closed joncage closed 12 years ago

joncage commented 12 years ago

Currently when you import all your projects they appear as 'archived' which means you have to go in and manually un-archive each one.

It would be better if they automatically appeared without the need to perform this extra step.

joncage commented 12 years ago

Found a solution. Simply replace this line:

status = row[3] == 1 ? 9 : 1

with:

status = 1