Skip to content
Snippets Groups Projects
Commit 0e7027ba authored by Björn Endres's avatar Björn Endres :sailboat:
Browse files

change big select elements to select2

parent 99e3c446
Branches
Tags
No related merge requests found
......@@ -110,7 +110,7 @@ class CRM_CivirulesConditions_Form_FieldValueComparison extends CRM_CivirulesCon
$this->add('hidden', 'rule_condition_id');
$this->add('select', 'entity', ts('Entity'), $this->getEntityOptions(), true);
$this->add('select', 'field', ts('Field'), $this->getFields(), true);
$this->add('select', 'field', ts('Field'), $this->getFields(), true, array('class' => 'crm-select2'));
$this->assign('entities', $this->getEntities());
$this->assign('custom_field_multi_select_html_types', CRM_Civirules_Utils_CustomField::getMultiselectTypes());
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment