mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 23:35:22 +01:00
fixed some issues with the data access service, support for requesting all IDs of filtered documents (required for selection)
This commit is contained in:
parent
63a58ccc38
commit
2c702eb568
3 changed files with 15 additions and 9 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue