From 19c7dd92291aaeb7f830bed480f49b16b881e28d Mon Sep 17 00:00:00 2001 From: Dave Greenberg Date: Mon, 5 Oct 2015 13:35:27 -0700 Subject: [PATCH] CRM-17175 - Support passing of custom field value in force mode to Activity Search. ---------------------------------------- * CRM-17175: Enable search activity by custom fields in force mode https://issues.civicrm.org/jira/browse/CRM-17175 --- CRM/Activity/Form/Search.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Activity/Form/Search.php b/CRM/Activity/Form/Search.php index 38127d3936..deca0ec2af 100644 --- a/CRM/Activity/Form/Search.php +++ b/CRM/Activity/Form/Search.php @@ -378,7 +378,7 @@ class CRM_Activity_Form_Search extends CRM_Core_Form_Search { $this->_formValues['activity_date_high'] = $dateHigh; $this->_defaults['activity_date_high'] = $dateHigh; } - + // Enable search activity by custom value $requestParams = CRM_Utils_Request::exportValues(); foreach (array_keys($requestParams) as $key) { -- 2.25.1