From 7d7950754fa4813693ad5a2973d096283e920e02 Mon Sep 17 00:00:00 2001 From: Seamus Lee Date: Tue, 2 May 2023 11:49:17 +1000 Subject: [PATCH] Add instructions field into the skip fields array --- CRM/Utils/API/HTMLInputCoder.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CRM/Utils/API/HTMLInputCoder.php b/CRM/Utils/API/HTMLInputCoder.php index 55dfffdd8e..8e8dca79c1 100644 --- a/CRM/Utils/API/HTMLInputCoder.php +++ b/CRM/Utils/API/HTMLInputCoder.php @@ -115,6 +115,8 @@ class CRM_Utils_API_HTMLInputCoder extends CRM_Utils_API_AbstractFieldCoder { 'settings', // SearchSegment items 'items', + // Survey entity + 'instructions', ]; $custom = CRM_Core_DAO::executeQuery('SELECT id FROM civicrm_custom_field WHERE html_type = "RichTextEditor"'); while ($custom->fetch()) { -- 2.25.1