Skip to content

Commit

Permalink
Merge pull request #16798 from systopia/CORE-1646
Browse files Browse the repository at this point in the history
dev/core#1646 Merge Case Modal not showing relevant cases
  • Loading branch information
eileenmcnaughton authored Mar 16, 2020
2 parents 9a113a9 + 4e11048 commit cd1a72d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CRM/Case/Form/CaseView.php
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,7 @@ public function buildMergeCaseForm() {
'check_permissions' => TRUE,
'contact_id' => $this->_contactID,
'is_deleted' => 0,
'option.limit' => 0,
'id' => ['!=' => $this->_caseID],
'return' => ['id', 'start_date', 'case_type_id.title'],
]);
Expand Down

0 comments on commit cd1a72d

Please sign in to comment.