From 8f1afc8027bcb0a7cda6173225b23e4608acf9dd Mon Sep 17 00:00:00 2001 From: Kurund Jalmi Date: Thu, 28 Apr 2022 19:23:26 +0100 Subject: [PATCH] make survey title available in form builder --- CRM/Campaign/DAO/Survey.php | 3 +++ xml/schema/Campaign/Survey.xml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/CRM/Campaign/DAO/Survey.php b/CRM/Campaign/DAO/Survey.php index 370172d9d2..2a32806f68 100644 --- a/CRM/Campaign/DAO/Survey.php +++ b/CRM/Campaign/DAO/Survey.php @@ -300,6 +300,9 @@ class CRM_Campaign_DAO_Survey extends CRM_Core_DAO { 'entity' => 'Survey', 'bao' => 'CRM_Campaign_BAO_Survey', 'localizable' => 1, + 'html' => [ + 'type' => 'Text', + ], 'add' => '3.3', ], 'campaign_id' => [ diff --git a/xml/schema/Campaign/Survey.xml b/xml/schema/Campaign/Survey.xml index 612af59932..95c7007723 100644 --- a/xml/schema/Campaign/Survey.xml +++ b/xml/schema/Campaign/Survey.xml @@ -32,6 +32,9 @@ true true Title of the Survey. + + Text + true 3.3 -- 2.25.1