----------------------------------------
* 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('customDataSubType', $this->_activityTypeId);
$this->assign('entityID', $this->_activityId);
- $tags = CRM_Core_BAO_Tag::getTags('civicrm_activity',
- CRM_Core_DAO::$_nullArray, NULL,
+ CRM_Core_BAO_Tag::getTags('civicrm_activity', $tags, NULL,
' ', TRUE);
if (!empty($tags)) {
'maxlength' => '128')), TRUE
);
- $tags = CRM_Core_BAO_Tag::getTags('civicrm_case',
- CRM_Core_DAO::$_nullArray, NULL,
+ CRM_Core_BAO_Tag::getTags('civicrm_case', $tags, NULL,
' ', TRUE);
if (!empty($tags)) {
$form->assign('numAttachments', $numAttachments);
- $tags = CRM_Core_BAO_Tag::getTags('civicrm_file');
+ CRM_Core_BAO_Tag::getTags('civicrm_file', $tags, NULL,
+ ' ', TRUE);
// get tagset info
$parentNames = CRM_Core_BAO_Tag::getTagSet('civicrm_file');