mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-11 17:17:26 +01:00
Re-work filter editor, bulk editor & reset buttons
This commit is contained in:
parent
c2b5451fe4
commit
3c4dadd905
14 changed files with 104 additions and 86 deletions
|
|
@ -300,4 +300,8 @@ export class DocumentListComponent
|
|||
get notesEnabled(): boolean {
|
||||
return this.settingsService.get(SETTINGS_KEYS.NOTES_ENABLED)
|
||||
}
|
||||
|
||||
resetFilters() {
|
||||
this.filterEditor.resetSelected()
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue