From dc7c0d62129cb239a1707dd17911fea340220466 Mon Sep 17 00:00:00 2001 From: Mathieu Lutfy Date: Fri, 27 Feb 2015 15:35:58 -0500 Subject: [PATCH] CRM-16031: Case View Activity: add the fieldID of custom fields for easier theming. --- CRM/Case/XMLProcessor/Report.php | 1 + 1 file changed, 1 insertion(+) diff --git a/CRM/Case/XMLProcessor/Report.php b/CRM/Case/XMLProcessor/Report.php index 4ad1e9e58d..af4f7ee2c7 100644 --- a/CRM/Case/XMLProcessor/Report.php +++ b/CRM/Case/XMLProcessor/Report.php @@ -588,6 +588,7 @@ WHERE a.id = %1 'label' => $typeValue['label'], 'value' => $value, 'type' => $typeValue['type'], + 'fieldID' => $typeValue['fieldID'], ); } $customGroups[$dao->groupTitle] = $customGroup; -- 2.25.1