Fix universalIdentifier ignored when creating object (#17158)

As title
This commit is contained in:
martmull
2026-01-15 09:41:44 +01:00
committed by GitHub
parent 6e53f5ab92
commit f894f6b1c4
2 changed files with 5 additions and 1 deletions
@@ -88,7 +88,8 @@ export const fromCreateObjectInputToFlatObjectMetadataAndFlatFieldMetadatasToCre
standardId: createObjectInput.standardId ?? null,
standardOverrides: null,
applicationId: workspaceCustomApplicationId,
universalIdentifier: objectMetadataId,
universalIdentifier:
createObjectInput.universalIdentifier ?? objectMetadataId,
targetTableName: 'DEPRECATED',
workspaceId,
};