Index: Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/SectionResultViews/StrengthStabilityLengthwiseConstructionResultView.cs =================================================================== diff -u -rae1937fe2fcb175b4a0f9fa5f1aaed132431f66c -r4501abb594c49cc13981a47535229ce6222d6f35 --- Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/SectionResultViews/StrengthStabilityLengthwiseConstructionResultView.cs (.../StrengthStabilityLengthwiseConstructionResultView.cs) (revision ae1937fe2fcb175b4a0f9fa5f1aaed132431f66c) +++ Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/SectionResultViews/StrengthStabilityLengthwiseConstructionResultView.cs (.../StrengthStabilityLengthwiseConstructionResultView.cs) (revision 4501abb594c49cc13981a47535229ce6222d6f35) @@ -54,10 +54,10 @@ StrengthStabilityLengthwiseConstructionFailureMechanism failureMechanism) : base(failureMechanismSectionResults, failureMechanism) { - var failureMechanismAssemblyResultWithProbabilityControl = new FailureMechanismAssemblyResultControl(); - SetFailureMechanismAssemblyResultControl( - failureMechanismAssemblyResultWithProbabilityControl, - () => failureMechanismAssemblyResultWithProbabilityControl.SetAssemblyResult(StrengthStabilityLengthwiseConstructionFailureMechanismAssemblyFactory.AssembleFailureMechanism(FailureMechanism))); + var assemblyResultControl = new FailureMechanismAssemblyCategoryGroupControl(); + SetAssemblyResultControl( + assemblyResultControl, + () => assemblyResultControl.SetAssemblyResult(StrengthStabilityLengthwiseConstructionFailureMechanismAssemblyFactory.AssembleFailureMechanism(FailureMechanism))); } protected override StrengthStabilityLengthwiseConstructionSectionResultRow CreateFailureMechanismSectionResultRow(