Skip to content

Commit

Permalink
Merge pull request #12017 from colemanw/Improve
Browse files Browse the repository at this point in the history
Improve input handling in get-cases AJAX API
  • Loading branch information
monishdeb authored Apr 23, 2018
2 parents d9131d3 + 76ec116 commit 98389d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CRM/Case/Page/AJAX.php
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,8 @@ public static function getCases() {
'type' => 'String',
);
$optionalParameters = array(
'case_type_id' => 'String',
'status_id' => 'String',
'case_type_id' => 'CommaSeparatedIntegers',
'status_id' => 'CommaSeparatedIntegers',
'all' => 'Positive',
);
$params = CRM_Core_Page_AJAX::defaultSortAndPagerParams();
Expand Down

0 comments on commit 98389d7

Please sign in to comment.