mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-05-03 11:29:28 -05:00
bugfix
This commit is contained in:
parent
f36b1c2b9d
commit
9014c8b883
@ -114,6 +114,7 @@ export class DocumentListComponent implements OnInit, OnDestroy {
|
|||||||
}
|
}
|
||||||
this.savedViewService.patch(savedView).subscribe(result => {
|
this.savedViewService.patch(savedView).subscribe(result => {
|
||||||
this.toastService.showInfo($localize`View "${this.list.activeSavedViewTitle}" saved successfully.`)
|
this.toastService.showInfo($localize`View "${this.list.activeSavedViewTitle}" saved successfully.`)
|
||||||
|
this.unmodifiedFilterRules = this.list.filterRules
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user