diff --git a/client/web/compose/src/views/Public/Pages/Records/View.vue b/client/web/compose/src/views/Public/Pages/Records/View.vue index 2cb3467ce..84d6ea911 100644 --- a/client/web/compose/src/views/Public/Pages/Records/View.vue +++ b/client/web/compose/src/views/Public/Pages/Records/View.vue @@ -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 = {}