ItEr18S09CUCreacionProxectoPlanificacionItEr17S10: When removing a task, the task is removed also at topTasks.

This commit is contained in:
Óscar González Fernández 2009-07-28 20:17:49 +02:00 committed by Javier Moran Rua
parent 164c92eb71
commit f98f5a6272

View file

@ -161,6 +161,7 @@ public class GanttDiagramGraph {
List<DependencyRulesEnforcer> outgoing = getOutgoing(task);
graph.removeVertex(task);
rulesEnforcersByTask.remove(task);
topLevelTasks.remove(task);
update(outgoing);
}