diff --git a/client/web/compose/src/components/PageBlocks/RecordListBase.vue b/client/web/compose/src/components/PageBlocks/RecordListBase.vue index 96c815ec4..3852bbf1a 100644 --- a/client/web/compose/src/components/PageBlocks/RecordListBase.vue +++ b/client/web/compose/src/components/PageBlocks/RecordListBase.vue @@ -105,8 +105,8 @@
+

-
+
{{ $t('recordList.record.pagingLabel') }}
@@ -430,7 +428,6 @@ md="6" >
-
-
@@ -873,7 +868,6 @@ export default { if (value) { this.options.hideRecordEditButton = true this.options.hideRecordViewButton = true - this.options.hidePaging = true let f = null if (this.module && this.module.moduleID) f = this.recordListModule.fields.find(({ options: { moduleID } }) => moduleID === this.module.moduleID) this.options.refField = f ? f.name : undefined