ItEr18S09CUCreacionProxectoPlanificacionItEr17S10: When removing a task, the task is removed also at topTasks.
This commit is contained in:
parent
164c92eb71
commit
f98f5a6272
1 changed files with 1 additions and 0 deletions
|
|
@ -161,6 +161,7 @@ public class GanttDiagramGraph {
|
|||
List<DependencyRulesEnforcer> outgoing = getOutgoing(task);
|
||||
graph.removeVertex(task);
|
||||
rulesEnforcersByTask.remove(task);
|
||||
topLevelTasks.remove(task);
|
||||
update(outgoing);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue