diff --git a/client/web/compose/src/components/Chart/Report/ReportEdit.vue b/client/web/compose/src/components/Chart/Report/ReportEdit.vue
index 0e7f8897f..64b811eb0 100644
--- a/client/web/compose/src/components/Chart/Report/ReportEdit.vue
+++ b/client/web/compose/src/components/Chart/Report/ReportEdit.vue
@@ -76,6 +76,7 @@
tag="small"
class="text-muted"
>
+ ${record.values.fieldName}
${recordID}
${ownerID}
${userID}
diff --git a/client/web/compose/src/components/ModuleFields/Configurator/Record.vue b/client/web/compose/src/components/ModuleFields/Configurator/Record.vue
index bc0c52a2e..68928fdaf 100644
--- a/client/web/compose/src/components/ModuleFields/Configurator/Record.vue
+++ b/client/web/compose/src/components/ModuleFields/Configurator/Record.vue
@@ -61,6 +61,7 @@
path="kind.record.prefilterFootnote"
tag="label"
>
+ ${record.values.fieldName}
${recordID}
${ownerID}
${userID}
diff --git a/client/web/compose/src/components/PageBlocks/CommentConfigurator.vue b/client/web/compose/src/components/PageBlocks/CommentConfigurator.vue
index a42a66a00..5fe5f602e 100644
--- a/client/web/compose/src/components/PageBlocks/CommentConfigurator.vue
+++ b/client/web/compose/src/components/PageBlocks/CommentConfigurator.vue
@@ -47,6 +47,7 @@
path="recordList.record.prefilterFootnote"
tag="label"
>
+ ${record.values.fieldName}
${recordID}
${ownerID}
${userID}
diff --git a/client/web/compose/src/components/PageBlocks/MetricConfigurator/index.vue b/client/web/compose/src/components/PageBlocks/MetricConfigurator/index.vue
index 91545fd3a..3dd5efaa4 100644
--- a/client/web/compose/src/components/PageBlocks/MetricConfigurator/index.vue
+++ b/client/web/compose/src/components/PageBlocks/MetricConfigurator/index.vue
@@ -161,6 +161,7 @@
path="metric.edit.filterFootnote"
tag="label"
>
+ ${record.values.fieldName}
${recordID}
${ownerID}
${userID}
diff --git a/client/web/compose/src/components/PageBlocks/ProgressConfigurator.vue b/client/web/compose/src/components/PageBlocks/ProgressConfigurator.vue
index 87c3a2502..9d46f762c 100644
--- a/client/web/compose/src/components/PageBlocks/ProgressConfigurator.vue
+++ b/client/web/compose/src/components/PageBlocks/ProgressConfigurator.vue
@@ -59,6 +59,7 @@
path="metric.edit.filterFootnote"
tag="label"
>
+ ${record.values.fieldName}
${recordID}
${ownerID}
${userID}
@@ -169,6 +170,7 @@
path="metric.edit.filterFootnote"
tag="label"
>
+ ${record.values.fieldName}
${recordID}
${ownerID}
${userID}
@@ -279,6 +281,7 @@
path="metric.edit.filterFootnote"
tag="label"
>
+ ${record.values.fieldName}
${recordID}
${ownerID}
${userID}
diff --git a/client/web/compose/src/components/PageBlocks/RecordListConfigurator.vue b/client/web/compose/src/components/PageBlocks/RecordListConfigurator.vue
index 45a22a3f2..47c622114 100644
--- a/client/web/compose/src/components/PageBlocks/RecordListConfigurator.vue
+++ b/client/web/compose/src/components/PageBlocks/RecordListConfigurator.vue
@@ -240,10 +240,9 @@
path="recordList.record.prefilterFootnote"
tag="label"
>
+ ${record.values.fieldName}
${recordID}
-
${ownerID}
-
${userID}
diff --git a/client/web/compose/src/components/PageBlocks/RecordOrganizerConfigurator.vue b/client/web/compose/src/components/PageBlocks/RecordOrganizerConfigurator.vue
index deeb0529e..1f956d30a 100644
--- a/client/web/compose/src/components/PageBlocks/RecordOrganizerConfigurator.vue
+++ b/client/web/compose/src/components/PageBlocks/RecordOrganizerConfigurator.vue
@@ -48,6 +48,7 @@
path="recordList.record.prefilterFootnote"
tag="label"
>
+ ${record.values.fieldName}
${recordID}
${ownerID}
${userID}
diff --git a/client/web/compose/src/views/Admin/Pages/Edit.vue b/client/web/compose/src/views/Admin/Pages/Edit.vue
index 953771d44..295381f07 100644
--- a/client/web/compose/src/views/Admin/Pages/Edit.vue
+++ b/client/web/compose/src/views/Admin/Pages/Edit.vue
@@ -380,6 +380,7 @@
:title="$t('page-layout.configure', { title: ((layoutEditor.layout || {}).meta || {}).title, interpolation: { escapeValue: false } })"
:ok-title="$t('general:label.saveAndClose')"
ok-variant="primary"
+ :ok-disabled="!layoutEditor.layout.meta.title"
cancel-variant="link"
size="xl"
scrollable
@@ -388,6 +389,79 @@
@cancel="layoutEditor.layout = undefined"
@hide="layoutEditor.layout = undefined"
>
+
${record.values.fieldName}
+ ${recordID}
+ ${ownerID}
+ ${userID}
+