When populating the graph with dependencies don't enforce contraints yet
The constraints are asked to be enforced later. FEA: ItEr74S04BugFixing
This commit is contained in:
parent
a78a86083c
commit
fd2c2ca718
1 changed files with 1 additions and 1 deletions
|
|
@ -260,7 +260,7 @@ public class FunctionalityExposedForExtensions<T> implements IContext<T> {
|
|||
}
|
||||
for (Dependency dependency : DomainDependency.toDependencies(mapper,
|
||||
totalDependencies)) {
|
||||
this.diagramGraph.add(dependency);
|
||||
this.diagramGraph.addWithoutEnforcingConstraints(dependency);
|
||||
}
|
||||
this.diagramGraph.enforceAllRestrictions();
|
||||
this.planner.addTasks(position, tasksCreated);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue