Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.1.0, 4.1.1
-
Fix Version/s: 4.1.2
-
Component/s: Core CiviCRM
-
Labels:None
Description
The "merge tag list" code seems to be broken - when you go to http://drupal.demo.civicrm.org/civicrm/admin/tag?reset=1 and click on any of the "Merge" links next to a tag, then start typing in the input box that appears, you get XML headers rather than a list of tags. See screenshot (attached below).
The relevant code appears to be in /civicrm/CRM/Admin/Page/AJAX.php at line 257 in Civi 4.1.0:
static function mergeTagList( ) {
However, with my limited knowledge, I couldn't debug this.