fix dashlet

This commit is contained in:
Yuri Kuznetsov
2023-08-23 11:13:19 +03:00
parent dc30bd3991
commit 9ce5c7c2fa
@@ -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() {