Index: Ringtoets/Integration/src/Ringtoets.Integration.Plugin/RingtoetsPlugin.cs =================================================================== diff -u -r702888aa87bd696750fcf3f5fcf50e2b8acb0390 -r4eaa942f6a986a04aacee22d1b8e142b0d07f389 --- Ringtoets/Integration/src/Ringtoets.Integration.Plugin/RingtoetsPlugin.cs (.../RingtoetsPlugin.cs) (revision 702888aa87bd696750fcf3f5fcf50e2b8acb0390) +++ Ringtoets/Integration/src/Ringtoets.Integration.Plugin/RingtoetsPlugin.cs (.../RingtoetsPlugin.cs) (revision 4eaa942f6a986a04aacee22d1b8e142b0d07f389) @@ -55,6 +55,7 @@ using Ringtoets.Common.Forms.TreeNodeInfos; using Ringtoets.Common.Forms.Views; using Ringtoets.Common.IO.FileImporters; +using Ringtoets.Common.IO.FileImporters.MessageProviders; using Ringtoets.Common.IO.HydraRing; using Ringtoets.Common.IO.Hydraulics; using Ringtoets.Common.IO.ReferenceLines; @@ -449,9 +450,10 @@ { CreateFileImporter = (context, filePath) => new ForeshoreProfilesImporter(context.WrappedData, context.ParentAssessmentSection.ReferenceLine, + filePath, new ForeshoreProfileReplaceDataStrategy(context.ParentFailureMechanism, context.WrappedData), - filePath), + new ImportMessageProvider()), Name = RingtoetsIntegrationPluginResources.ForeshoreProfilesImporter_DisplayName, Category = RingtoetsCommonFormsResources.Ringtoets_Category, Image = RingtoetsIntegrationPluginResources.Foreshore,