From 672b875dd7a0e0ee59f252190ea2dbc6de703320 Mon Sep 17 00:00:00 2001 From: Alice Frumin Date: Wed, 19 Jul 2017 10:29:42 -0400 Subject: [PATCH] CRM-20914 updating data type for participant note to be consistent with other participant fields --- CRM/Event/BAO/Participant.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Event/BAO/Participant.php b/CRM/Event/BAO/Participant.php index eb6fc33e74..c928cdadbb 100644 --- a/CRM/Event/BAO/Participant.php +++ b/CRM/Event/BAO/Participant.php @@ -648,7 +648,7 @@ GROUP BY participant.event_id 'title' => ts('Participant Note'), 'name' => 'participant_note', 'headerPattern' => '/(participant.)?note$/i', - 'type' => 'text', + 'data_type' => CRM_Utils_Type::T_TEXT, ), ); -- 2.25.1