Index: Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/WaveHeightLocationsView.cs =================================================================== diff -u -r6617058bc433d519ff1050ac5fb580b5f06da7ed -r7a61196d689922cf6df102fb0d81c43267c7b22b --- Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/WaveHeightLocationsView.cs (.../WaveHeightLocationsView.cs) (revision 6617058bc433d519ff1050ac5fb580b5f06da7ed) +++ Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/WaveHeightLocationsView.cs (.../WaveHeightLocationsView.cs) (revision 7a61196d689922cf6df102fb0d81c43267c7b22b) @@ -67,7 +67,7 @@ protected override void HandleCalculateSelectedLocations(IEnumerable locations) { - CalculationCommandHandler.CalculateWaveHeights(locations); + CalculationCommandHandler.CalculateWaveHeights(AssessmentSection, locations); } } } \ No newline at end of file