Revert company address field type (#4737)

## Context
A new ADDRESS field type has been introduced and the company object has
been updated to use this new type however this introduced a few
regressions.
The good strategy would be to introduce a new field and rename the old
one.

This PR revert that change to fix the issue.
This commit is contained in:
Weiko
2024-04-02 11:11:14 +02:00
committed by GitHub
parent dc8ab5d95a
commit a3a15957f4
4 changed files with 616 additions and 602 deletions

View File

@ -51,7 +51,7 @@ export class CompanyObjectMetadata extends BaseObjectMetadata {
@FieldMetadata({
standardId: companyStandardFieldIds.address,
type: FieldMetadataType.ADDRESS,
type: FieldMetadataType.TEXT,
label: 'Address',
description: 'The company address',
icon: 'IconMap',