Fix: ProjectReporting to fetch project quotas individually and update API
Compare changes
@@ -21,7 +21,8 @@ public class ProjectReporting
@@ -21,7 +21,8 @@ public class ProjectReporting
@@ -33,7 +34,8 @@ public class ProjectReporting
@@ -33,7 +34,8 @@ public class ProjectReporting
@@ -44,7 +46,8 @@ public class ProjectReporting
@@ -44,7 +46,8 @@ public class ProjectReporting
@@ -81,16 +84,36 @@ public class ProjectReporting
@@ -81,16 +84,36 @@ public class ProjectReporting
(currentPage) => _adminApi.GetAllProjectsAsync(includeDeleted: false, includeQuotas: true, includePublicationRequests: true, pageNumber: currentPage, pageSize: 50));