Skip to content

Commit

Permalink
Merge pull request #14052 from yashodha/dev-876
Browse files Browse the repository at this point in the history
(dev/core#876) Allow url to set IS NULL/ NOT NULL in report for opera…
  • Loading branch information
colemanw authored Apr 20, 2019
2 parents 4a3c796 + a45ddb7 commit 1f6f882
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CRM/Report/Utils/Get.php
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,11 @@ public static function intParam($fieldName, &$field, &$defaults) {
}
break;

case 'nll':
case 'nnll':
$defaults["{$fieldName}_op"] = $fieldOP;
break;

case 'in':
case 'notin':
// send the type as string so that multiple values can also be retrieved from url.
Expand Down

0 comments on commit 1f6f882

Please sign in to comment.