would this fix CORE-1646?
authorB. Endres <endres@systopia.de>
Mon, 16 Mar 2020 07:43:43 +0000 (08:43 +0100)
committerB. Endres <endres@systopia.de>
Mon, 16 Mar 2020 07:43:43 +0000 (08:43 +0100)
CRM/Case/Form/CaseView.php

index 89283b99131de4fcaf3e50b14de27a00ded1b7f5..d9d8d0bdb1b643eb47ec70cf1fde27f95bc95809 100644 (file)
@@ -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'],
     ]);