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

CRM-14129 - Core reports - passing mhas as a URL criteria is ignored

parent 38699bed
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.
Finish editing this message first!
Please register or to comment