mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-12 17:47:08 +01:00
Fix quick filtering
This commit is contained in:
parent
7149d407cd
commit
0a29f51862
4 changed files with 14 additions and 21 deletions
|
|
@ -151,8 +151,9 @@ export class DocumentListComponent implements OnInit, OnDestroy, AfterViewInit {
|
|||
|
||||
ngAfterViewInit(): void {
|
||||
this.filterEditor.filterRulesChange.subscribe({
|
||||
next: (rules) => {
|
||||
const params = this.documentService.queryParams
|
||||
next: (filterRules) => {
|
||||
const params =
|
||||
this.documentService.filterRulesToQueryParams(filterRules)
|
||||
|
||||
// if we were on a saved view we navigate 'away' to /documents
|
||||
let base = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue