Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,8 @@ public TrajectoryEntity linkTrajectoryToStudy(Integer trajectoryId, Integer stud
THERMAL_TECHNICAL_MODULATION_PARAMETER,
TrajectoryType.THERMAL_TECHNICAL_COMMON_PARAMETER,
TrajectoryType.THERMAL_ECONOMIC_PARAMETER,
TrajectoryType.THERMAL_ECONOMIC_COST_PARAMETER
TrajectoryType.THERMAL_ECONOMIC_COST_PARAMETER,
TrajectoryType.STS
);

Optional<StudyTrajectoryEntity> existingLink = Optional.empty();
Expand Down