projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bfd35c8
)
CRM-16031: Case View Activity: add the fieldID of custom fields for easier theming.
author
Mathieu Lutfy
<mathieu@bidon.ca>
Fri, 27 Feb 2015 20:35:58 +0000
(15:35 -0500)
committer
Mathieu Lutfy
<mathieu@bidon.ca>
Fri, 27 Feb 2015 20:35:58 +0000
(15:35 -0500)
CRM/Case/XMLProcessor/Report.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Case/XMLProcessor/Report.php
b/CRM/Case/XMLProcessor/Report.php
index 4ad1e9e58d78c1e24892f709ceb8156db2901a8c..af4f7ee2c732f3859341712c61a33ef790c575ab 100644
(file)
--- 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;