Skip to content

Commit 24aff7b

Browse files
Update src/main/java/org/gridsuite/network/map/dto/utils/ElementUtils.java
Co-authored-by: Mathieu Deharbe <[email protected]>
1 parent 79bf9ad commit 24aff7b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/org/gridsuite/network/map/dto/utils/ElementUtils.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ private static CurrentLimitsData copyCurrentLimitsData(CurrentLimitsData current
142142
private static CurrentLimitsData copyCurrentLimitsData(CurrentLimitsData currentLimitsData, String id) {
143143
return CurrentLimitsData.builder()
144144
.id(id.isEmpty() ? currentLimitsData.getId() : id)
145+
.applicability(currentLimitsData.getApplicability())
145146
.temporaryLimits(currentLimitsData.getTemporaryLimits())
146147
.permanentLimit(currentLimitsData.getPermanentLimit()).build();
147148
}

0 commit comments

Comments
 (0)