Do not override value for composite types address and links when entering input (#6502)
Closes #6434. We don't want to override the values of the records' address or links as they are composite field and it is costly to loose the data. We will need a more unified behaviour here - maybe introduce a Ctrl+Z option. --------- Co-authored-by: Charles Bochet <charles@twenty.com>
This commit is contained in:
@ -0,0 +1,6 @@
|
||||
import { FieldMetadataType } from '~/generated-metadata/graphql';
|
||||
|
||||
export const FIELD_NOT_OVERWRITTEN_AT_DRAFT = [
|
||||
FieldMetadataType.Address,
|
||||
FieldMetadataType.Links,
|
||||
];
|
||||
Reference in New Issue
Block a user