From 4e110487c380efd5d3e478503344a518b6ff6e98 Mon Sep 17 00:00:00 2001 From: "B. Endres" Date: Mon, 16 Mar 2020 08:43:43 +0100 Subject: [PATCH] would this fix CORE-1646? --- CRM/Case/Form/CaseView.php | 1 + 1 file changed, 1 insertion(+) diff --git a/CRM/Case/Form/CaseView.php b/CRM/Case/Form/CaseView.php index 89283b9913..d9d8d0bdb1 100644 --- a/CRM/Case/Form/CaseView.php +++ b/CRM/Case/Form/CaseView.php @@ -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'], ]); -- 2.25.1