diff --git a/src/components/accordions.js b/src/components/accordions.js index 6fd5b26dc..800c1992a 100644 --- a/src/components/accordions.js +++ b/src/components/accordions.js @@ -51,6 +51,7 @@ export default [ }, fields: [ 'fields', + 'paginationOption', { name: 'options', hideFor: 'FormMultiColumn' }, ], open: false, diff --git a/src/components/inspector/collection-data-source.vue b/src/components/inspector/collection-data-source.vue index a55446e83..4662c1885 100644 --- a/src/components/inspector/collection-data-source.vue +++ b/src/components/inspector/collection-data-source.vue @@ -7,13 +7,18 @@ v-model="sourceOptions" :options="sourceDisplayOptions" data-cy="inspector-collection-data-source" + @change="displayOptionChange" /> + {{ + $t("A record list can display the data of a defined variable or a collection") + }}
+ :record-pmql="pmql" + @change="collectionChanged"/> {{ - $t("Advanced data search") + $t("Leave this field empty to show all the records of the collection") }} @@ -50,9 +55,11 @@