Skip to content

Commit

Permalink
Merge pull request #15619 from seamuslee001/fix_force_case_form_date
Browse files Browse the repository at this point in the history
Ensure that using case_start_date_high and case_start_date_low etc in…
  • Loading branch information
eileenmcnaughton authored Oct 26, 2019
2 parents 4842044 + 91d66ce commit cb4793e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CRM/Case/Form/Search.php
Original file line number Diff line number Diff line change
Expand Up @@ -392,4 +392,13 @@ public function getTitle() {
return ts('Find Cases');
}

/**
* Set the metadata for the form.
*
* @throws \CiviCRM_API3_Exception
*/
protected function setSearchMetadata() {
$this->addSearchFieldMetadata(['Case' => CRM_Case_BAO_Query::getSearchFieldMetadata()]);
}

}

0 comments on commit cb4793e

Please sign in to comment.