mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 15:33:04 +00:00
Cache redesign part 2
This commit is contained in:
@@ -53,7 +53,7 @@ export class UsageReportService extends DataService<UsageReport> {
|
||||
}],
|
||||
currentPage: page,
|
||||
elementsPerPage: size,
|
||||
}, false).pipe(
|
||||
}, true, false).pipe(
|
||||
getFirstSucceededRemoteData(),
|
||||
getRemoteDataPayload(),
|
||||
map((list) => list.page),
|
||||
|
Reference in New Issue
Block a user