Index: Ringtoets/Integration/src/Ringtoets.Integration.Plugin/RingtoetsPlugin.cs =================================================================== diff -u -r292d48edd58ecc90e222f6ba5d32e90c0528a419 -radd22f893c9b8b84df870a4d39d08f26c23f021c --- Ringtoets/Integration/src/Ringtoets.Integration.Plugin/RingtoetsPlugin.cs (.../RingtoetsPlugin.cs) (revision 292d48edd58ecc90e222f6ba5d32e90c0528a419) +++ Ringtoets/Integration/src/Ringtoets.Integration.Plugin/RingtoetsPlugin.cs (.../RingtoetsPlugin.cs) (revision add22f893c9b8b84df870a4d39d08f26c23f021c) @@ -754,7 +754,7 @@ Category = RingtoetsCommonFormsResources.Ringtoets_Category, Image = Resources.Foreshore, FileFilterGenerator = CreateForeshoreProfileFileFilterGenerator, - IsEnabled = context => context.ParentAssessmentSection.ReferenceLine != null, + IsEnabled = context => context.ParentAssessmentSection.ReferenceLine.Points.Any(), VerifyUpdates = context => VerifyForeshoreProfileUpdates(context, Resources.RingtoetsPlugin_VerifyForeshoreProfileUpdates_When_importing_ForeshoreProfile_definitions_assigned_to_calculations_output_will_be_cleared_confirm) }; }