CRM-17075 - Open entityRef automatically
authorcolemanw <coleman@civicrm.org>
Tue, 15 Sep 2015 01:24:45 +0000 (21:24 -0400)
committercolemanw <coleman@civicrm.org>
Tue, 15 Sep 2015 01:24:45 +0000 (21:24 -0400)
CRM/Member/BAO/Query.php

index 09f8089ab5aa89f23805f496507c1535665884b7..4ea159066008bdc557ed9bb6f6550c2e6305cdf9 100644 (file)
@@ -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'));