Fix: saved views dont immediately display custom fields in table view (#6594)

This commit is contained in:
shamoon 2024-05-06 23:30:06 -07:00 committed by GitHub
parent 1ebce6f3e0
commit f04cf1a974
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -199,6 +199,7 @@ export class DocumentListComponent
convertToParamMap(this.route.snapshot.queryParams)
)
this.list.reload()
this.updateDisplayCustomFields()
this.unmodifiedFilterRules = view.filter_rules
})