From: Rohan Katkar Date: Mon, 20 Oct 2014 10:55:29 +0000 (+0530) Subject: Fix for CRM-15473 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=d8f7f92c4f51b5d0e4438efdf8f3bfc6560cce42;p=civicrm-core.git Fix for CRM-15473 --- diff --git a/CRM/Contact/Form/Search/Advanced.php b/CRM/Contact/Form/Search/Advanced.php index ee086eb766..2444d58c3a 100644 --- a/CRM/Contact/Form/Search/Advanced.php +++ b/CRM/Contact/Form/Search/Advanced.php @@ -301,6 +301,9 @@ class CRM_Contact_Form_Search_Advanced extends CRM_Contact_Form_Search { $this->_formValues['case_owner'] = 0; } } + if (array_key_exists('case_owner', $this->_formValues) && empty($this->_formValues['case_deleted'])) { + $this->_formValues['case_deleted'] = 0; + } } // we dont want to store the sortByCharacter in the formValue, it is more like