Skip to content

Commit

Permalink
Merge branch 'create-modification-CSPR' of https://github.com/gridsui…
Browse files Browse the repository at this point in the history
…te/network-modification-server into create-modification-CSPR
  • Loading branch information
ghazwarhili committed Sep 17, 2024
2 parents f34eb03 + 6aaf280 commit 73783d2
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -689,8 +689,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 73783d2

Please sign in to comment.