Fix page layout widget creation with front component (#18242)
This commit is contained in:
+1
@@ -80,6 +80,7 @@ export const ALL_METADATA_REQUIRED_METADATA_FOR_VALIDATION = {
|
||||
pageLayoutWidget: {
|
||||
objectMetadata: true,
|
||||
pageLayoutTab: true,
|
||||
frontComponent: true,
|
||||
},
|
||||
rowLevelPermissionPredicate: {
|
||||
fieldMetadata: true,
|
||||
|
||||
+1
@@ -39,6 +39,7 @@ export const ALL_METADATA_SERIALIZED_RELATION = {
|
||||
fieldMetadata: true,
|
||||
view: true,
|
||||
viewFieldGroup: true,
|
||||
frontComponent: true,
|
||||
},
|
||||
rowLevelPermissionPredicate: {},
|
||||
rowLevelPermissionPredicateGroup: {},
|
||||
|
||||
Reference in New Issue
Block a user