Index: Ringtoets/Integration/src/Ringtoets.Integration.Plugin/RingtoetsPlugin.cs =================================================================== diff -u -r7fa0ffcb9828013298830fab8fc3071e9b7587c7 -r7fe4b3f91c6ffbb52c3fdf2463e331f1f0eeac86 --- Ringtoets/Integration/src/Ringtoets.Integration.Plugin/RingtoetsPlugin.cs (.../RingtoetsPlugin.cs) (revision 7fa0ffcb9828013298830fab8fc3071e9b7587c7) +++ Ringtoets/Integration/src/Ringtoets.Integration.Plugin/RingtoetsPlugin.cs (.../RingtoetsPlugin.cs) (revision 7fe4b3f91c6ffbb52c3fdf2463e331f1f0eeac86) @@ -459,7 +459,7 @@ Name = RingtoetsIntegrationPluginResources.ForeshoreProfilesImporter_DisplayName, Category = RingtoetsCommonFormsResources.Ringtoets_Category, Image = RingtoetsIntegrationPluginResources.Foreshore, - FileFilterGenerator = ForeshoreProFileFilterGenerator, + FileFilterGenerator = CreateForeshoreProfileFileFilterGenerator, IsEnabled = context => context.ParentAssessmentSection.ReferenceLine != null, VerifyUpdates = context => VerifyForeshoreProfileUpdates(context, RingtoetsIntegrationPluginResources.RingtoetsPlugin_VerifyForeshoreProfileUpdates_When_importing_ForeshoreProfile_definitions_assigned_to_calculations_output_will_be_cleared_confirm) }; @@ -499,7 +499,7 @@ Name = RingtoetsIntegrationPluginResources.ForeshoreProfilesImporter_DisplayName, Category = RingtoetsCommonFormsResources.Ringtoets_Category, Image = RingtoetsIntegrationPluginResources.Foreshore, - FileFilterGenerator = ForeshoreProFileFilterGenerator, + FileFilterGenerator = CreateForeshoreProfileFileFilterGenerator, CurrentPath = context => context.WrappedData.SourcePath, IsEnabled = context => context.ParentAssessmentSection.ReferenceLine != null, VerifyUpdates = context => VerifyForeshoreProfileUpdates(context, RingtoetsIntegrationPluginResources.RingtoetsPlugin_VerifyForeshoreProfileUpdates_When_updating_ForeshoreProfile_definitions_assigned_to_calculations_output_will_be_cleared_confirm) @@ -1588,7 +1588,7 @@ #region Foreshore Profile Update and ImportInfo - private static FileFilterGenerator ForeshoreProFileFilterGenerator + private static FileFilterGenerator CreateForeshoreProfileFileFilterGenerator { get {