From e4ae79222543da251bb3094d76ee68f338c88b91 Mon Sep 17 00:00:00 2001 From: Thomas Trompette Date: Thu, 6 Nov 2025 15:33:06 +0100 Subject: [PATCH] Allow rich text v2 in workflows (#15674) Rich text V2 is supported and has probably been removed by mistake Fix https://github.com/twentyhq/twenty/issues/15660 --- .../workflow-actions/utils/shouldDisplayFormField.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/twenty-front/src/modules/workflow/workflow-steps/workflow-actions/utils/shouldDisplayFormField.ts b/packages/twenty-front/src/modules/workflow/workflow-steps/workflow-actions/utils/shouldDisplayFormField.ts index 97e2ccaa01..51cacc86d7 100644 --- a/packages/twenty-front/src/modules/workflow/workflow-steps/workflow-actions/utils/shouldDisplayFormField.ts +++ b/packages/twenty-front/src/modules/workflow/workflow-steps/workflow-actions/utils/shouldDisplayFormField.ts @@ -21,6 +21,7 @@ const SUPPORTED_FORM_FIELD_TYPES = [ FieldMetadataType.UUID, FieldMetadataType.ARRAY, FieldMetadataType.RELATION, + FieldMetadataType.RICH_TEXT_V2, ]; export const shouldDisplayFormField = ({