From 08df6d0908fba107540b29f6ef1428d2e9a08a9f Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Thu, 7 Sep 2023 10:59:19 +1200 Subject: [PATCH] Fix schema for pay_later_receipt input type --- CRM/Core/I18n/SchemaStructure.php | 2 +- CRM/Event/DAO/Event.php | 4 ++-- xml/schema/Event/Event.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CRM/Core/I18n/SchemaStructure.php b/CRM/Core/I18n/SchemaStructure.php index cd0b0939f5..87ca894a09 100644 --- a/CRM/Core/I18n/SchemaStructure.php +++ b/CRM/Core/I18n/SchemaStructure.php @@ -713,7 +713,7 @@ class CRM_Core_I18n_SchemaStructure { 'type' => "RichTextEditor", ], 'pay_later_receipt' => [ - 'type' => "Text", + 'type' => "RichTextEditor", ], 'initial_amount_label' => [ 'type' => "Text", diff --git a/CRM/Event/DAO/Event.php b/CRM/Event/DAO/Event.php index 25bfe86c1b..ffe17d4337 100644 --- a/CRM/Event/DAO/Event.php +++ b/CRM/Event/DAO/Event.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Event/Event.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:de7f278485ab58cbd37475fd20b4246d) + * (GenCodeChecksum:bdb38b76e64a2eeac5c2f214aabad598) */ /** @@ -1743,7 +1743,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO { 'bao' => 'CRM_Event_BAO_Event', 'localizable' => 1, 'html' => [ - 'type' => 'Text', + 'type' => 'RichTextEditor', ], 'add' => '2.0', ], diff --git a/xml/schema/Event/Event.xml b/xml/schema/Event/Event.xml index c3b4bb8bd4..a83492e983 100644 --- a/xml/schema/Event/Event.xml +++ b/xml/schema/Event/Event.xml @@ -580,7 +580,7 @@ The receipt sent to the user instead of the normal receipt text 2.0 - Text + RichTextEditor -- 2.25.1