From 7634494203e3039ff3e270b7cf22f646312217f4 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Tue, 29 May 2018 17:22:29 -0400 Subject: [PATCH] Change custom contact ref groups selector to use select2 --- CRM/Custom/Form/Field.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Custom/Form/Field.php b/CRM/Custom/Form/Field.php index 8e78331375..ab82214a85 100644 --- a/CRM/Custom/Form/Field.php +++ b/CRM/Custom/Form/Field.php @@ -360,7 +360,7 @@ class CRM_Custom_Form_Field extends CRM_Core_Form { ts('Limit List to Group'), $contactGroups, FALSE, - array('multiple' => 'multiple') + array('multiple' => 'multiple', 'class' => 'crm-select2') ); $this->add('text', -- 2.25.1