Skip to content

Commit

Permalink
dev/core#542 - case manager not displayed for closed cases
Browse files Browse the repository at this point in the history
  • Loading branch information
Jitendra Purohit committed Nov 21, 2018
1 parent 41ee173 commit a56aac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRM/Activity/Page/AJAX.php
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ public static function getCaseRoles() {

$params = CRM_Core_Page_AJAX::defaultSortAndPagerParams();

$caseRelationships = CRM_Case_BAO_Case::getCaseRoles($contactID, $caseID);
$caseRelationships = CRM_Case_BAO_Case::getCaseRoles($contactID, $caseID, NULL, FALSE);
$caseTypeName = CRM_Case_BAO_Case::getCaseType($caseID, 'name');
$xmlProcessor = new CRM_Case_XMLProcessor_Process();
$caseRoles = $xmlProcessor->get($caseTypeName, 'CaseRoles');
Expand Down

0 comments on commit a56aac7

Please sign in to comment.