mirror of
https://github.com/lingble/twenty.git
synced 2025-11-03 14:17:58 +00:00
[fix][Phone field migration] Use "Phones" in new field label (#7239)
This commit is contained in:
@@ -163,6 +163,7 @@ export class MigratePhoneFieldsToPhonesCommand extends ActiveWorkspacesCommandRu
|
|||||||
standardPersonPhonesFieldType =
|
standardPersonPhonesFieldType =
|
||||||
await this.fieldMetadataService.createOne({
|
await this.fieldMetadataService.createOne({
|
||||||
...deprecatedPhoneFieldWithoutId,
|
...deprecatedPhoneFieldWithoutId,
|
||||||
|
label: 'Phones',
|
||||||
type: FieldMetadataType.PHONES,
|
type: FieldMetadataType.PHONES,
|
||||||
defaultValue: null,
|
defaultValue: null,
|
||||||
name: 'phones',
|
name: 'phones',
|
||||||
|
|||||||
Reference in New Issue
Block a user