Fix: table view doesnt immediately display custom fields on app startup (#6600)

This commit is contained in:
shamoon
2024-05-07 08:30:34 -07:00
committed by GitHub
parent fae2399e46
commit 8ea3259fe7
4 changed files with 26 additions and 4 deletions

View File

@@ -209,6 +209,7 @@ export class DocumentListComponent
takeUntil(this.unsubscribeNotifier)
)
.subscribe((queryParams) => {
this.updateDisplayCustomFields()
if (queryParams.has('view')) {
// loading a saved view on /documents
this.loadViewConfig(parseInt(queryParams.get('view')))