diff --git a/client/src/views/record/list.js b/client/src/views/record/list.js index f00ab1471b..d3a1b16886 100644 --- a/client/src/views/record/list.js +++ b/client/src/views/record/list.js @@ -3386,6 +3386,10 @@ class ListRecordView extends View { return; } + if (!this.getMetadata().get(`scopes.${this.entityType}.object`)) { + return; + } + this._listSettingsHelper = new ListSettingsHelper( this.entityType, this.layoutName,