From c3d2bf84c6cd14ef48f719df9c323e04daa874ab Mon Sep 17 00:00:00 2001 From: Web Access Date: Fri, 10 Apr 2015 18:56:36 +0530 Subject: [PATCH] Fix for CRM-16264 --- CRM/Contact/Form/Edit/TagsAndGroups.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Contact/Form/Edit/TagsAndGroups.php b/CRM/Contact/Form/Edit/TagsAndGroups.php index a3d15a7a7f..944092077b 100644 --- a/CRM/Contact/Form/Edit/TagsAndGroups.php +++ b/CRM/Contact/Form/Edit/TagsAndGroups.php @@ -206,7 +206,7 @@ class CRM_Contact_Form_Edit_TagsAndGroups { 'id' => "tag_{$tagID}", ); - $elements[$tagID] = $form->createElement('checkbox', $tagID, '', '', $tagAttribute); + $elements[$tagID] = $form->createElement('checkbox', $tagID, '', $varValue['name'], $tagAttribute); if (array_key_exists('children', $varValue)) { self::climbtree($form, $varValue['children'], $elements); -- 2.25.1