Index: Application/Ringtoets/src/Application.Ringtoets.Storage/Create/ClosingStructures/ClosingStructuresFailureMechanismSectionResultCreateExtensions.cs =================================================================== diff -u -r05ff5915c14e0d22ffddb03b7f98197d099736f2 -rbfd84af2152b697561a499f15caa6d1f9f5fd4ed --- Application/Ringtoets/src/Application.Ringtoets.Storage/Create/ClosingStructures/ClosingStructuresFailureMechanismSectionResultCreateExtensions.cs (.../ClosingStructuresFailureMechanismSectionResultCreateExtensions.cs) (revision 05ff5915c14e0d22ffddb03b7f98197d099736f2) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/Create/ClosingStructures/ClosingStructuresFailureMechanismSectionResultCreateExtensions.cs (.../ClosingStructuresFailureMechanismSectionResultCreateExtensions.cs) (revision bfd84af2152b697561a499f15caa6d1f9f5fd4ed) @@ -50,7 +50,7 @@ var sectionResultEntity = new ClosingStructuresSectionResultEntity { LayerOne = Convert.ToByte(result.AssessmentLayerOne), - LayerThree = result.AssessmentLayerThree.ToNaNAsNull() + LayerThree = result.TailorMadeAssessmentProbability.ToNaNAsNull() }; if (result.Calculation != null) {