mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-09-01 01:46:16 +00:00
Same thing, wait for promise to return =/
This commit is contained in:
@@ -73,14 +73,14 @@ export class DocumentListComponent implements OnInit {
|
|||||||
}
|
}
|
||||||
this.list.savedView = view
|
this.list.savedView = view
|
||||||
this.list.reload()
|
this.list.reload()
|
||||||
|
this.rulesChanged()
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
this.list.savedView = null
|
this.list.savedView = null
|
||||||
this.list.reload()
|
this.list.reload()
|
||||||
|
this.rulesChanged()
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
this.rulesChanged()
|
|
||||||
}
|
}
|
||||||
|
|
||||||
loadViewConfig(view: PaperlessSavedView) {
|
loadViewConfig(view: PaperlessSavedView) {
|
||||||
|
Reference in New Issue
Block a user