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:
46a2737
)
add 'context' => 'search'
author
Tim Mallezie
<tim.mallezie@chiro.be>
Mon, 2 Mar 2015 21:21:34 +0000
(22:21 +0100)
committer
Tim Mallezie
<tim.mallezie@chiro.be>
Mon, 2 Mar 2015 21:21:34 +0000
(22:21 +0100)
CRM/Event/Form/SearchEvent.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Event/Form/SearchEvent.php
b/CRM/Event/Form/SearchEvent.php
index ec2742435433d13a8229071e76080990a6f69c18..c9eab1c83c8aaaa20cd452cc2c541fcdd93d7e98 100644
(file)
--- a/
CRM/Event/Form/SearchEvent.php
+++ b/
CRM/Event/Form/SearchEvent.php
@@
-61,7
+61,7
@@
class CRM_Event_Form_SearchEvent extends CRM_Core_Form {
array(CRM_Core_DAO::getAttribute('CRM_Event_DAO_Event', 'title'))
);
- $this->addSelect('event_type_id', array('multiple' => TRUE));
+ $this->addSelect('event_type_id', array('multiple' => TRUE
, 'context' => 'search'
));
$eventsByDates = array();
$searchOption = array(ts('Show Current and Upcoming Events'), ts('Search All or by Date Range'));