From 9ce5c7c2fa9de5b51cdcdb7a470b42972d20f9aa Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Wed, 23 Aug 2023 11:13:19 +0300 Subject: [PATCH] fix dashlet --- client/src/views/dashlets/abstract/record-list.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() {