Index: Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Plugin/HeightStructuresPlugin.cs =================================================================== diff -u -r5724d9646d808c712d3bd87ecc89d8e23426c83f -r7823eab06c968c167d9d5b24a30acaa344478dc0 --- Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Plugin/HeightStructuresPlugin.cs (.../HeightStructuresPlugin.cs) (revision 5724d9646d808c712d3bd87ecc89d8e23426c83f) +++ Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Plugin/HeightStructuresPlugin.cs (.../HeightStructuresPlugin.cs) (revision 7823eab06c968c167d9d5b24a30acaa344478dc0) @@ -534,7 +534,8 @@ var childNodes = new List { new CommentContext(context.WrappedData), - new HeightStructuresInputContext(context.WrappedData, + new HeightStructuresInputContext(context.WrappedData.InputParameters, + context.WrappedData, context.FailureMechanism, context.AssessmentSection) };