Index: Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Plugin/GrassCoverErosionInwardsPlugin.cs =================================================================== diff -u -r94f68f51cd9b8fd8c0c162cf874ef7e4580b0ee4 -rf603458169b1e2544bc933b05f169cc1637d59b2 --- Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Plugin/GrassCoverErosionInwardsPlugin.cs (.../GrassCoverErosionInwardsPlugin.cs) (revision 94f68f51cd9b8fd8c0c162cf874ef7e4580b0ee4) +++ Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Plugin/GrassCoverErosionInwardsPlugin.cs (.../GrassCoverErosionInwardsPlugin.cs) (revision f603458169b1e2544bc933b05f169cc1637d59b2) @@ -201,7 +201,7 @@ AfterCreate = (view, context) => view.FailureMechanism = context.FailureMechanism, CreateInstance = context => new GrassCoverErosionInwardsFailureMechanismResultView( context.AssessmentSection, - ((GrassCoverErosionInwardsFailureMechanism) context.FailureMechanism).SectionResults) + context.WrappedData) }; yield return new ViewInfo