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:
dc00925
)
Ensure that using case_start_date_high and case_start_date_low etc in url variables...
author
Seamus Lee
<seamuslee001@gmail.com>
Sat, 26 Oct 2019 19:28:44 +0000
(06:28 +1100)
committer
Seamus Lee
<seamuslee001@gmail.com>
Sat, 26 Oct 2019 19:28:44 +0000
(06:28 +1100)
CRM/Case/Form/Search.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Case/Form/Search.php
b/CRM/Case/Form/Search.php
index 0ef4b211273d53af078409dc6f0edc1b140b5923..1da0e5d6be5904aadf73a9471f7ef3bf1714ea50 100644
(file)
--- a/
CRM/Case/Form/Search.php
+++ b/
CRM/Case/Form/Search.php
@@
-392,4
+392,13
@@
class CRM_Case_Form_Search extends CRM_Core_Form_Search {
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()]);
+ }
+
}