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:
2c8d027
)
CRM-17175 - Support passing of custom field value in force mode to Activity Search.
author
Dave Greenberg
<dave@civicrm.org>
Mon, 5 Oct 2015 20:35:27 +0000
(13:35 -0700)
committer
Dave Greenberg
<dave@civicrm.org>
Mon, 5 Oct 2015 20:35:27 +0000
(13:35 -0700)
----------------------------------------
* CRM-17175: Enable search activity by custom fields in force mode
https://issues.civicrm.org/jira/browse/CRM-17175
CRM/Activity/Form/Search.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Activity/Form/Search.php
b/CRM/Activity/Form/Search.php
index 38127d39369e893f6521b3e901f76af03a8e87c3..deca0ec2af956c4e50036e0e287a80352f030c5f 100644
(file)
--- a/
CRM/Activity/Form/Search.php
+++ b/
CRM/Activity/Form/Search.php
@@
-378,7
+378,7
@@
class CRM_Activity_Form_Search extends CRM_Core_Form_Search {
$this->_formValues['activity_date_high'] = $dateHigh;
$this->_defaults['activity_date_high'] = $dateHigh;
}
-
+
// Enable search activity by custom value
$requestParams = CRM_Utils_Request::exportValues();
foreach (array_keys($requestParams) as $key) {