projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
778e350
)
Handle eq (equals) operator in the report url
author
eileen
<emcnaughton@wikimedia.org>
Wed, 28 Mar 2018 04:44:41 +0000
(17:44 +1300)
committer
eileen
<emcnaughton@wikimedia.org>
Wed, 28 Mar 2018 04:44:41 +0000
(17:44 +1300)
CRM/Report/Utils/Get.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Report/Utils/Get.php
b/CRM/Report/Utils/Get.php
index b7f4b01dde1aa8212416921f995feb5c6e165084..146bb5266b2bbb6c0c26bfd44303aefe4adf1cfa 100644
(file)
--- 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) {