Skip to content
Snippets Groups Projects
Commit 24736b38 authored by Deepak Srivastava's avatar Deepak Srivastava
Browse files

Merge pull request #2438 from deepak-srivastava/CRM-14129

CRM-14129 - Core reports - passing mhas as a URL criteria is ignored
parents 38699bed dd62d149
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment