mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 06:45:05 +01:00
bugfix
This commit is contained in:
parent
2d974bc026
commit
1202c84ce5
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue