mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-05-01 11:19:32 -05:00
bugfix
This commit is contained in:
parent
8f4463cae4
commit
aee8776e5e
@ -64,7 +64,7 @@ export class DocumentListComponent implements OnInit {
|
|||||||
}
|
}
|
||||||
|
|
||||||
loadViewConfig(config: SavedViewConfig) {
|
loadViewConfig(config: SavedViewConfig) {
|
||||||
this.filterRules = config.filterRules
|
this.filterRules = cloneFilterRules(config.filterRules)
|
||||||
this.docs.setFilterRules(config.filterRules)
|
this.docs.setFilterRules(config.filterRules)
|
||||||
this.docs.currentSortField = config.sortField
|
this.docs.currentSortField = config.sortField
|
||||||
this.docs.currentSortDirection = config.sortDirection
|
this.docs.currentSortDirection = config.sortDirection
|
||||||
|
Loading…
x
Reference in New Issue
Block a user