Skip to content

Commit

Permalink
Fix layout switching to default after preforming record toolbar action
Browse files Browse the repository at this point in the history
  • Loading branch information
Fajfa committed Jan 26, 2024
1 parent d7c1a7d commit eaa796a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/web/compose/src/views/Public/Pages/Records/View.vue
Original file line number Diff line number Diff line change
Expand Up @@ -546,6 +546,8 @@ export default {
},
async determineLayout (pageLayoutID, variables = {}) {
pageLayoutID = pageLayoutID || (this.layout || {}).pageLayoutID
// Clear stored records so they can be refetched with latest values
this.clearRecordSet()
let expressions = {}
Expand Down

0 comments on commit eaa796a

Please sign in to comment.