From 04869247f56e09969b67d5235bc80afb31c18cf7 Mon Sep 17 00:00:00 2001 From: eileen <emcnaughton@wikimedia.org> Date: Mon, 13 Feb 2017 16:09:32 +1300 Subject: [PATCH] e-notice fix --- CRM/Event/BAO/Participant.php | 1 + 1 file changed, 1 insertion(+) diff --git a/CRM/Event/BAO/Participant.php b/CRM/Event/BAO/Participant.php index 25347945cd..2b4dbc402a 100644 --- a/CRM/Event/BAO/Participant.php +++ b/CRM/Event/BAO/Participant.php @@ -648,6 +648,7 @@ GROUP BY participant.event_id 'title' => ts('Participant Note'), 'name' => 'participant_note', 'headerPattern' => '/(participant.)?note$/i', + 'type' => 'text', ), ); -- 2.25.1