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:
e644710
)
Profile select search field is disabled
author
GenericUK
<mark@boardmark.co.uk>
Wed, 5 Nov 2014 15:17:27 +0000
(15:17 +0000)
committer
GenericUK
<mark@boardmark.co.uk>
Wed, 5 Nov 2014 15:17:27 +0000
(15:17 +0000)
Fixes an issue in events online registration profile selector, on already saved profiles the search field is disabled by readonly attribute.
js/view/crm.profile-selector.js
patch
|
blob
|
blame
|
history
diff --git
a/js/view/crm.profile-selector.js
b/js/view/crm.profile-selector.js
index befceec4cebc30407d65c5169d9f028d073eb5f1..764c649bc4446241a0c3185c05896b617470e9e0 100644
(file)
--- a/
js/view/crm.profile-selector.js
+++ b/
js/view/crm.profile-selector.js
@@
-101,7
+101,7
@@
}
},
disableForm: function() {
- this.$(':input', '.crm-profile-selector-preview-pane').prop('readOnly', true);
+ this.$(':input', '.crm-profile-selector-preview-pane').
not('.select2-input').
prop('readOnly', true);
},
doEdit: function(e) {
e.preventDefault();