Skip to content

Commit

Permalink
Merge pull request #24155 from yashodha/reports_improvements
Browse files Browse the repository at this point in the history
(dev/core#3768) expose contact custom data as columns in case detail …
  • Loading branch information
eileenmcnaughton authored Aug 4, 2022
2 parents e646272 + f4f00ff commit 2b9f545
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CRM/Report/Form/Case/Detail.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ class CRM_Report_Form_Case_Detail extends CRM_Report_Form {

protected $_caseDetailExtra = [];

protected $_customGroupExtends = ['Case'];
protected $_customGroupExtends = [
'Case',
'Contact',
];

protected $_caseTypeNameOrderBy = FALSE;

Expand Down

0 comments on commit 2b9f545

Please sign in to comment.