CRM-15180, added support in case view
authorkurund <kurund@civicrm.org>
Thu, 18 Dec 2014 20:55:57 +0000 (02:25 +0530)
committerkurund <kurund@civicrm.org>
Thu, 18 Dec 2014 20:55:57 +0000 (02:25 +0530)
----------------------------------------
* CRM-15180: Using the taglist style of the "contact" page for the "new contact" page
  https://issues.civicrm.org/jira/browse/CRM-15180

CRM/Case/Form/CaseView.php

index 7a2ca49d0bfc8afbfd51d5b6d67d1f516ff20a05..094579a20cba1f3bd9fe7b6b8dae588cfa998544 100644 (file)
@@ -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,
+      '&nbsp;&nbsp;', TRUE);
 
     if (!empty($allTags)) {
       $this->add('select', 'case_tag', ts('Tags'), $allTags, FALSE,