diff --git a/src/components/ADempiere/Panel/index.vue b/src/components/ADempiere/Panel/index.vue index a90a21b0..778736df 100644 --- a/src/components/ADempiere/Panel/index.vue +++ b/src/components/ADempiere/Panel/index.vue @@ -395,6 +395,7 @@ export default { if (route.query.action && route.query.action === 'reference') { const referenceInfo = this.$store.getters.getReferencesInfo(route.query.windowUuid, route.query.recordUuid, route.query.referenceUuid) + route.params.isReadParameters = true parameters.isLoadAllRecords = false parameters.isReference = true parameters.referenceUuid = referenceInfo.uuid