Index: Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/SectionResultViews/StrengthStabilityLengthwiseConstructionResultView.cs =================================================================== diff -u -rbe98d139623468f81ebca34028493d6a89182aae -r07c66375b5b4af458e5ac4b47c203deb078d0407 --- Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/SectionResultViews/StrengthStabilityLengthwiseConstructionResultView.cs (.../StrengthStabilityLengthwiseConstructionResultView.cs) (revision be98d139623468f81ebca34028493d6a89182aae) +++ Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/SectionResultViews/StrengthStabilityLengthwiseConstructionResultView.cs (.../StrengthStabilityLengthwiseConstructionResultView.cs) (revision 07c66375b5b4af458e5ac4b47c203deb078d0407) @@ -95,7 +95,7 @@ { var simpleAssessmentResult = (SimpleAssessmentResultType) DataGridViewControl.GetCell(eventArgs.RowIndex, SimpleAssessmentColumnIndex).Value; - if (FailureMechanismResultViewHelper.HasPassedSimpleAssessment(simpleAssessmentResult)) + if (FailureMechanismResultViewHelper.SimpleAssessmentIsSufficient(simpleAssessmentResult)) { DataGridViewControl.DisableCell(eventArgs.RowIndex, eventArgs.ColumnIndex); }