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:
df60621
)
CRM-17075 - Open entityRef automatically
author
colemanw
<coleman@civicrm.org>
Tue, 15 Sep 2015 01:24:45 +0000
(21:24 -0400)
committer
colemanw
<coleman@civicrm.org>
Tue, 15 Sep 2015 01:24:45 +0000
(21:24 -0400)
CRM/Member/BAO/Query.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Member/BAO/Query.php
b/CRM/Member/BAO/Query.php
index 09f8089ab5aa89f23805f496507c1535665884b7..4ea159066008bdc557ed9bb6f6550c2e6305cdf9 100644
(file)
--- a/
CRM/Member/BAO/Query.php
+++ b/
CRM/Member/BAO/Query.php
@@
-413,6
+413,7
@@
class CRM_Member_BAO_Query {
'entity' => 'MembershipType',
'multiple' => TRUE,
'placeholder' => ts('- any -'),
+ 'select' => array('minimumInputLength' => 0),
));
$form->addElement('text', 'member_source', ts('Source'));