Release: Sprint/2022 23 

Compare changes
@@ -62,7 +62,7 @@ public class ProjectReporting : Reporting<ProjectReportingOptions>
@@ -62,7 +62,7 @@ public class ProjectReporting : Reporting<ProjectReportingOptions>
@@ -86,11 +86,6 @@ public class ProjectReporting : Reporting<ProjectReportingOptions>
@@ -86,11 +86,6 @@ public class ProjectReporting : Reporting<ProjectReportingOptions>
var returnObjectsForOrganization = returnObjects.Where(ro => ro.Organizations.Select(o => o.RorUrl).Any(e => e.Contains(entry.RorUrl))).ToList();
// Additional condition to process old RWTH Entries (Could be removed after entries in virtuoso are migrated to their correct RoRs)
returnObjectsForOrganization.AddRange(returnObjects.Where(ro => ro.Organizations.Select(o => o.RorUrl).Any(e => e.Contains("www.rwth-aachen.de"))).ToList());