mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 23:35:22 +01:00
improvements to the filter.
This commit is contained in:
parent
c263d8e8f1
commit
c4d13b5802
2 changed files with 8 additions and 3 deletions
|
|
@ -82,6 +82,12 @@ export class DocumentListViewService {
|
|||
this.reload()
|
||||
}
|
||||
|
||||
clear() {
|
||||
this.collectionSize = null
|
||||
this.documents = []
|
||||
this.currentPage = 1
|
||||
}
|
||||
|
||||
reload(onFinish?) {
|
||||
this.isReloading = true
|
||||
this.documentService.list(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue