mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-12 01:26:47 +01:00
Fix: table view doesnt immediately display custom fields on app startup (#6600)
This commit is contained in:
parent
fae2399e46
commit
8ea3259fe7
4 changed files with 26 additions and 4 deletions
|
|
@ -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')))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue