diff --git a/client/src/views/dashlets/abstract/record-list.js b/client/src/views/dashlets/abstract/record-list.js index e86e6fcab2..8baace3566 100644 --- a/client/src/views/dashlets/abstract/record-list.js +++ b/client/src/views/dashlets/abstract/record-list.js @@ -62,9 +62,9 @@ class RecordListDashletView extends BaseDashletView { rowActionsView = 'views/record/row-actions/view-and-edit' init() { - this.scope = this.getMetadata().get(['dashlets', this.name, 'entityType']) || this.scope; - super.init(); + + this.scope = this.getMetadata().get(['dashlets', this.name, 'entityType']) || this.scope; } checkAccess() {