Skip to content

Commit

Permalink
Fix: saved views dont immediately display custom fields in table view (
Browse files Browse the repository at this point in the history
  • Loading branch information
shamoon committed May 7, 2024
1 parent 1ebce6f commit f04cf1a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ export class DocumentListComponent
convertToParamMap(this.route.snapshot.queryParams)
)
this.list.reload()
this.updateDisplayCustomFields()
this.unmodifiedFilterRules = view.filter_rules
})

Expand Down

0 comments on commit f04cf1a

Please sign in to comment.