From 552956d41290c1ba12554ffe9ee6a543ebd9c1b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C5=BEe=20Fortun?= Date: Mon, 3 Apr 2023 13:46:48 +0200 Subject: [PATCH] Enable pagination and search on inline record editors --- .../src/components/PageBlocks/RecordListBase.vue | 10 +++++----- .../components/PageBlocks/RecordListConfigurator.vue | 10 ++-------- 2 files changed, 7 insertions(+), 13 deletions(-) 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