mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 08:15:27 +01:00
bugfixes
This commit is contained in:
parent
e92046a265
commit
7f0f48ddac
2 changed files with 1 additions and 2 deletions
|
|
@ -86,7 +86,6 @@ export abstract class EditDialogComponent<T extends ObjectWithId> implements OnI
|
||||||
serverResponse.subscribe(result => {
|
serverResponse.subscribe(result => {
|
||||||
this.activeModal.close()
|
this.activeModal.close()
|
||||||
this.success.emit(result)
|
this.success.emit(result)
|
||||||
this.networkActive = false
|
|
||||||
}, error => {
|
}, error => {
|
||||||
this.error = error.error
|
this.error = error.error
|
||||||
this.networkActive = false
|
this.networkActive = false
|
||||||
|
|
|
||||||
|
|
@ -84,9 +84,9 @@ export class DocumentListComponent implements OnInit {
|
||||||
}
|
}
|
||||||
|
|
||||||
loadViewConfig(view: PaperlessSavedView) {
|
loadViewConfig(view: PaperlessSavedView) {
|
||||||
this.filterRulesModified = false
|
|
||||||
this.list.load(view)
|
this.list.load(view)
|
||||||
this.list.reload()
|
this.list.reload()
|
||||||
|
this.rulesChanged()
|
||||||
}
|
}
|
||||||
|
|
||||||
saveViewConfig() {
|
saveViewConfig() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue