mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
bugfix
This commit is contained in:
parent
2d974bc026
commit
1202c84ce5
@ -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