Index: Application/Ringtoets/src/Application.Ringtoets.Storage/Update/Piping/PipingSoilProfileUpdateExtensions.cs =================================================================== diff -u -ra294987551b0b2d8a27b6e1bc6235b0e2351b6f4 -rbb04ea61be6e4ce94cb1453c4578b0e9256168c4 --- Application/Ringtoets/src/Application.Ringtoets.Storage/Update/Piping/PipingSoilProfileUpdateExtensions.cs (.../PipingSoilProfileUpdateExtensions.cs) (revision a294987551b0b2d8a27b6e1bc6235b0e2351b6f4) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/Update/Piping/PipingSoilProfileUpdateExtensions.cs (.../PipingSoilProfileUpdateExtensions.cs) (revision bb04ea61be6e4ce94cb1453c4578b0e9256168c4) @@ -62,7 +62,7 @@ SoilProfileEntity entity = profile.GetCorrespondingEntity( context.SoilProfileEntities, - o => o.SoilProfileEntityId); + context); entity.Name = profile.Name; entity.Bottom = profile.Bottom.ToNaNAsNull();