Skip to content

Commit

Permalink
fix connectable position adder attributes (#536)
Browse files Browse the repository at this point in the history
Signed-off-by: Ghazwa Rehili <[email protected]>
  • Loading branch information
ghazwarhili authored Sep 16, 2024
1 parent 289e24b commit e9fad04
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -684,8 +684,9 @@ private void createNewConnectivityPosition(ConnectablePositionAdder<?> adder,
reports.add(connectionPositionReport);
}

// Finalize by adding the feeder
adder.add();
if (connectionNameReport != null || connectionDirectionReport != null || connectionPositionReport != null) {
adder.add();
}
}

public void modifyInjectionConnection(InjectionModificationInfos modificationInfos, Injection<?> injection, List<ReportNode> subReportNode) {
Expand Down

0 comments on commit e9fad04

Please sign in to comment.