3
0

Fix layout switching to default after preforming record toolbar action

This commit is contained in:
Jože Fortun
2024-01-26 15:08:02 +01:00
parent 038554aad1
commit 58691c11e6
@@ -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 = {}