diff --git a/client/web/compose/src/components/PageBlocks/RecordListBase.vue b/client/web/compose/src/components/PageBlocks/RecordListBase.vue index 6d84e5896..e8bdb6033 100644 --- a/client/web/compose/src/components/PageBlocks/RecordListBase.vue +++ b/client/web/compose/src/components/PageBlocks/RecordListBase.vue @@ -839,7 +839,7 @@ export default { }, showFooter () { - return !this.options.hidePaging + return this.showPageNavigation || this.options.showTotalCount }, getPagination () { @@ -1684,6 +1684,7 @@ export default { this.refresh(true) this.inlineEdit.fields = [] this.inlineEdit.recordIDs = [] + this.inlineEdit.record = {} }, isFieldEditable (field) {