mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-08-14 00:26:21 +00:00
Fix: table view doesnt immediately display custom fields on app startup (#6600)
This commit is contained in:
@@ -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')))
|
||||
|
Reference in New Issue
Block a user