Fixes the import of the deadline for planner files
FEA: ItEr77S05BasicProjectImport
This commit is contained in:
parent
892fdfd5cf
commit
2ee6dab972
1 changed files with 4 additions and 0 deletions
|
|
@ -94,6 +94,10 @@ public class MPXJProjectFileConversor {
|
||||||
|
|
||||||
importData.milestones = getImportMilestones(file.getChildTasks());
|
importData.milestones = getImportMilestones(file.getChildTasks());
|
||||||
|
|
||||||
|
// MPXJ don't provide a deadline for the project so we take the finish
|
||||||
|
// date
|
||||||
|
importData.deadline = header.getFinishDate();
|
||||||
|
|
||||||
return importData;
|
return importData;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue