diff --git a/libs/net/dal/Services/ReportService.cs b/libs/net/dal/Services/ReportService.cs index b17e083a2..3643a5fc7 100644 --- a/libs/net/dal/Services/ReportService.cs +++ b/libs/net/dal/Services/ReportService.cs @@ -829,7 +829,7 @@ public IEnumerable GetLatestInstances(int id, int? ownerId = nul if (sectionSettings.RemoveDuplicates) query = query.Where(fc => !excludeAboveSectionContentIds.Contains(fc.ContentId)); - if (excludeContentIds.Any()) + if (excludeContentIds.Any()&& !sectionSettings.OverrideExcludeHistorical) query = query.Where(fc => !excludeContentIds.Contains(fc.ContentId)); var content = query