Fix field metadata comparator (#13390)
This commit is contained in:
@ -25,6 +25,10 @@ const commonFieldPropertiesToIgnore = [
|
|||||||
'asExpression',
|
'asExpression',
|
||||||
'generatedType',
|
'generatedType',
|
||||||
'isLabelSyncedWithName',
|
'isLabelSyncedWithName',
|
||||||
|
'relationTargetFieldMetadataId',
|
||||||
|
'relationTargetObjectMetadataId',
|
||||||
|
'relationTargetFieldMetadata',
|
||||||
|
'relationTargetObjectMetadata',
|
||||||
];
|
];
|
||||||
|
|
||||||
const fieldPropertiesToStringify = ['defaultValue'] as const;
|
const fieldPropertiesToStringify = ['defaultValue'] as const;
|
||||||
|
|||||||
Reference in New Issue
Block a user