From 1d12dfc936adf4e59362f0e320b928a3d265f996 Mon Sep 17 00:00:00 2001 From: eileen Date: Wed, 28 Mar 2018 17:44:41 +1300 Subject: [PATCH] Handle eq (equals) operator in the report url --- 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 b7f4b01dde..146bb5266b 100644 --- a/CRM/Report/Utils/Get.php +++ b/CRM/Report/Utils/Get.php @@ -113,6 +113,7 @@ class CRM_Report_Utils_Get { case 'ew': case 'nhas': case 'like': + case 'eq': case 'neq': $value = self::getTypedValue("{$fieldName}_value", CRM_Utils_Array::value('type', $field)); if ($value !== NULL) { -- 2.25.1