Skip to content

Commit

Permalink
(dev/core#3768) expose contact custom data as columns in case detail …
Browse files Browse the repository at this point in the history
…report
  • Loading branch information
yashodha committed Aug 4, 2022
1 parent c5e9f50 commit f4f00ff
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 f4f00ff

Please sign in to comment.