layout ignore list for detail types
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user