[fix][Phone field migration] Use "Phones" in new field label (#7239)

This commit is contained in:
Marie
2024-09-24 17:20:15 +02:00
committed by GitHub
parent fd6740fa88
commit 825dfeb400

View File

@@ -163,6 +163,7 @@ export class MigratePhoneFieldsToPhonesCommand extends ActiveWorkspacesCommandRu
standardPersonPhonesFieldType =
await this.fieldMetadataService.createOne({
...deprecatedPhoneFieldWithoutId,
label: 'Phones',
type: FieldMetadataType.PHONES,
defaultValue: null,
name: 'phones',