parent
0d52103791
commit
a7e0e1b5cc
1 changed files with 1 additions and 0 deletions
|
|
@ -202,6 +202,7 @@ public class MonteCarloTabCreator {
|
|||
asLocalDate(order.getDeadline()), resourcesSearcher);
|
||||
GanttDiagramGraph<TaskElement, DependencyWithVisibility> graph = createFor(
|
||||
order, adapter);
|
||||
graph.addTask(order.getAssociatedTaskElement());
|
||||
graph.addTasks(order.getAllChildrenAssociatedTaskElements());
|
||||
addDependencies(graph, order);
|
||||
return criticalPathCalculator.calculateCriticalPath(graph);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue