This commit is contained in:
jonaswinkler 2020-12-04 23:16:04 +01:00
parent 5456d5eafa
commit e9758d5224

View File

@ -49,6 +49,7 @@ export class DocumentListComponent implements OnInit {
if (params.has('id')) {
this.list.savedView = this.savedViewConfigService.getConfig(params.get('id'))
this.filterRules = this.list.filterRules
this.showFilter = false
} else {
this.list.savedView = null
this.filterRules = this.list.filterRules