Index: Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Plugin/HeightStructuresPlugin.cs =================================================================== diff -u -rc10213be206d81cd8618603d9e526f18f070211b -r250f2f821d2540a5c562d5fa9ccaab669dacb24b --- Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Plugin/HeightStructuresPlugin.cs (.../HeightStructuresPlugin.cs) (revision c10213be206d81cd8618603d9e526f18f070211b) +++ Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Plugin/HeightStructuresPlugin.cs (.../HeightStructuresPlugin.cs) (revision 250f2f821d2540a5c562d5fa9ccaab669dacb24b) @@ -51,6 +51,7 @@ using Ringtoets.HeightStructures.Forms.Views; using Ringtoets.HeightStructures.IO; using Ringtoets.HeightStructures.IO.Configurations; +using Ringtoets.HeightStructures.Plugin.FileImporters; using Ringtoets.HeightStructures.Service; using RingtoetsCommonFormsResources = Ringtoets.Common.Forms.Properties.Resources; using RingtoetsCommonDataResources = Ringtoets.Common.Data.Properties.Resources; @@ -90,6 +91,7 @@ { CreateFileImporter = (context, filePath) => new HeightStructuresImporter(context.WrappedData, context.AssessmentSection.ReferenceLine, + new HeightStructureReplaceDataStrategy(context.FailureMechanism), filePath), Name = RingtoetsCommonFormsResources.StructuresImporter_DisplayName, Category = RingtoetsCommonFormsResources.Ringtoets_Category,