Skip to content
Snippets Groups Projects
Unverified Commit cd1a72db authored by Eileen McNaughton's avatar Eileen McNaughton Committed by GitHub
Browse files

Merge pull request #16798 from systopia/CORE-1646

#1646 Merge Case Modal not showing relevant cases
parents 9a113a90 4e110487
Branches
Tags
No related merge requests found
......@@ -498,6 +498,7 @@ class CRM_Case_Form_CaseView extends CRM_Core_Form {
'check_permissions' => TRUE,
'contact_id' => $this->_contactID,
'is_deleted' => 0,
'option.limit' => 0,
'id' => ['!=' => $this->_caseID],
'return' => ['id', 'start_date', 'case_type_id.title'],
]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment