Closed joncage closed 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.
Found a solution. Simply replace this line:
status = row[3] == 1 ? 9 : 1
with:
status = 1
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.