fixed some issues with the data access service, support for requesting all IDs of filtered documents (required for selection)

This commit is contained in:
jonaswinkler
2020-12-11 14:46:38 +01:00
parent 63a58ccc38
commit 2c702eb568
3 changed files with 15 additions and 9 deletions

View File

@@ -90,7 +90,7 @@ export class DocumentListViewService {
reload(onFinish?) {
this.isReloading = true
this.documentService.list(
this.documentService.listFiltered(
this.currentPage,
this.currentPageSize,
this.view.sortField,