disable list settings for non-object entity types

This commit is contained in:
Yuri Kuznetsov
2023-11-08 20:05:15 +02:00
parent e485bd3963
commit 066751a698
+4
View File
@@ -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,