Skip to content

Commit

Permalink
add fixme
Browse files Browse the repository at this point in the history
Signed-off-by: Etienne LESOT <[email protected]>
  • Loading branch information
EtienneLt committed Oct 7, 2024
1 parent 4dab1f5 commit d970e98
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ private RegulationPointAttributes getAttributes(Resource<?> resource) {
}

public Terminal getRegulatingTerminal() {
// FIXME when deleting a element the regulating terminal are not set to their original terminal it creates bugs
Terminal localTerminal = TerminalRefUtils.getTerminal(index, getAttributes().getLocalTerminal());
Terminal regulatingTerminal;
if (index.getIdentifiable(getAttributes().getRegulatingTerminal().getConnectableId()) == null) {
Expand Down

0 comments on commit d970e98

Please sign in to comment.