From: kurund Date: Thu, 18 Dec 2014 20:55:57 +0000 (+0530) Subject: CRM-15180, added support in case view X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=6c6c5975dc0c5af5bade49cbb4936ddd5b3d7613;p=civicrm-core.git CRM-15180, added support in case view ---------------------------------------- * CRM-15180: Using the taglist style of the "contact" page for the "new contact" page https://issues.civicrm.org/jira/browse/CRM-15180 --- diff --git a/CRM/Case/Form/CaseView.php b/CRM/Case/Form/CaseView.php index 7a2ca49d0b..094579a20c 100644 --- a/CRM/Case/Form/CaseView.php +++ b/CRM/Case/Form/CaseView.php @@ -391,8 +391,8 @@ class CRM_Case_Form_CaseView extends CRM_Core_Form { $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,