From: Kurund Jalmi Date: Thu, 28 Apr 2022 18:23:26 +0000 (+0100) Subject: make survey title available in form builder X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=8f1afc8027bcb0a7cda6173225b23e4608acf9dd;p=civicrm-core.git make survey title available in form builder --- 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