layout ignore list for detail types

This commit is contained in:
Yuri Kuznetsov
2024-10-31 19:26:35 +02:00
parent 1f33e907a5
commit 4d406f3803
+1 -1
View File
@@ -342,7 +342,7 @@ class LayoutDetailView extends LayoutGridView {
const layoutIgnoreList = model.getFieldParam(name, 'layoutIgnoreList') || [];
if (layoutIgnoreList.includes(realType)) {
if (layoutIgnoreList.includes(realType) || layoutIgnoreList.includes(this.type)) {
return false;
}