Index: Ringtoets/Common/src/Ringtoets.Common.Service/RingtoetsCommonDataSynchronizationService.cs =================================================================== diff -u -r917edb0f289fcc7259995bc8da2678142c16620c -r333b2fc26e84976956ec93e0aaa29669a0424edb --- Ringtoets/Common/src/Ringtoets.Common.Service/RingtoetsCommonDataSynchronizationService.cs (.../RingtoetsCommonDataSynchronizationService.cs) (revision 917edb0f289fcc7259995bc8da2678142c16620c) +++ Ringtoets/Common/src/Ringtoets.Common.Service/RingtoetsCommonDataSynchronizationService.cs (.../RingtoetsCommonDataSynchronizationService.cs) (revision 333b2fc26e84976956ec93e0aaa29669a0424edb) @@ -93,6 +93,9 @@ var affectedObjects = new Collection(); foreach (StructuresCalculation calculation in calculations.Where(c => ReferenceEquals(c.InputParameters.ForeshoreProfile, profile))) { + ClearCalculationOutput(calculation); + affectedObjects.Add(calculation); + calculation.InputParameters.ForeshoreProfile = null; affectedObjects.Add(calculation.InputParameters); }