----------------------------------------
* CRM-15180: Using the taglist style of the "contact" page for the "new contact" page
https://issues.civicrm.org/jira/browse/CRM-15180
$this->assign('hookCaseSummary', $hookCaseSummary);
}
-
- $allTags = CRM_Core_BAO_Tag::getTags('civicrm_case');
+ CRM_Core_BAO_Tag::getTags('civicrm_case', $allTags, NULL,
+ ' ', TRUE);
if (!empty($allTags)) {
$this->add('select', 'case_tag', ts('Tags'), $allTags, FALSE,