From dd62d14911bea2fd91094a337a69aa1bfe035883 Mon Sep 17 00:00:00 2001 From: Deepak Srivastava Date: Thu, 30 Jan 2014 14:01:38 +0530 Subject: [PATCH] CRM-14129 - Core reports - passing mhas as a URL criteria is ignored http://issues.civicrm.org/jira/browse/CRM-14129 --- CRM/Report/Utils/Get.php | 1 + 1 file changed, 1 insertion(+) diff --git a/CRM/Report/Utils/Get.php b/CRM/Report/Utils/Get.php index 87c84ac19f..07cb9f405c 100644 --- a/CRM/Report/Utils/Get.php +++ b/CRM/Report/Utils/Get.php @@ -107,6 +107,7 @@ class CRM_Report_Utils_Get { break; case 'in': case 'notin': + case 'mhas': $value = self::getTypedValue("{$fieldName}_value", CRM_Utils_Type::T_STRING); if ($value !== NULL) { $defaults["{$fieldName}_value"] = explode(",", $value); -- 2.25.1