Index: Application/Ringtoets/src/Application.Ringtoets.Storage/Update/GrassCoverErosionInwards/DikeProfileUpdateExtensions.cs =================================================================== diff -u -ra5714fc0488030773fff50dfc82041c6cb9edc2f -rbb04ea61be6e4ce94cb1453c4578b0e9256168c4 --- Application/Ringtoets/src/Application.Ringtoets.Storage/Update/GrassCoverErosionInwards/DikeProfileUpdateExtensions.cs (.../DikeProfileUpdateExtensions.cs) (revision a5714fc0488030773fff50dfc82041c6cb9edc2f) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/Update/GrassCoverErosionInwards/DikeProfileUpdateExtensions.cs (.../DikeProfileUpdateExtensions.cs) (revision bb04ea61be6e4ce94cb1453c4578b0e9256168c4) @@ -61,7 +61,7 @@ DikeProfileEntity entity = profile.GetCorrespondingEntity( context.DikeProfileEntities, - o => o.DikeProfileEntityId); + context); // DikeProfile cannot be changed after construction. No need to update state in 'entity'