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:
101c87c
)
[REF] Fix jquery error message display on select2 field validation
author
Seamus Lee
<seamuslee001@gmail.com>
Sat, 20 Jun 2020 10:57:04 +0000
(20:57 +1000)
committer
Seamus Lee
<seamuslee001@gmail.com>
Sat, 20 Jun 2020 10:57:04 +0000
(20:57 +1000)
templates/CRM/common/l10n.js.tpl
patch
|
blob
|
blame
|
history
diff --git
a/templates/CRM/common/l10n.js.tpl
b/templates/CRM/common/l10n.js.tpl
index 023edfa3a64b3655507956badac9c9a4d452b5cc..8af3a8fa58ae9a23a368ce56f22d794cf6f537db 100644
(file)
--- a/
templates/CRM/common/l10n.js.tpl
+++ b/
templates/CRM/common/l10n.js.tpl
@@
-95,7
+95,8
@@
var params = {
errorClass: 'crm-inline-error alert-danger',
messages: {},
- ignore: ".select2-offscreen, [readonly], :hidden:not(.crm-select2)"
+ ignore: ".select2-offscreen, [readonly], :hidden:not(.crm-select2)",
+ ignoreTitle: true
};
// use civicrm notifications when there are errors