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:
52c503a
)
Auto-open tagest fields
author
Coleman Watts
<coleman@civicrm.org>
Fri, 1 Jun 2018 20:55:42 +0000
(16:55 -0400)
committer
Coleman Watts
<coleman@civicrm.org>
Fri, 1 Jun 2018 20:55:42 +0000
(16:55 -0400)
CRM/Core/Form/Tag.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Core/Form/Tag.php
b/CRM/Core/Form/Tag.php
index 43cbd27e3439c96cefa2d94426c2ef48bb8184d8..3c31ed6281588382f0c2209c1c44072cfe9fe688 100644
(file)
--- a/
CRM/Core/Form/Tag.php
+++ b/
CRM/Core/Form/Tag.php
@@
-85,6
+85,7
@@
class CRM_Core_Form_Tag {
'data-entity_table' => $entityTable,
'data-entity_id' => $entityId,
'class' => "crm-$mode-tagset",
+ 'select' => array('minimumInputLength' => 0),
));
if ($entityId) {