mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-24 16:10:02 -06:00
Fixed problem clearing validation error on checkboxes.
The IPA.checkboxes_widget has been modified such that it performs validation when the checkboxes are clicked. This will also clear any validation errors.
This commit is contained in:
parent
5773afad44
commit
dceac44cfd
@ -924,6 +924,7 @@ IPA.checkboxes_widget = function (spec) {
|
||||
var input = $('input[name="'+that.name+'"]', that.container);
|
||||
input.change(function() {
|
||||
that.set_dirty(that.test_dirty());
|
||||
that.validate();
|
||||
});
|
||||
|
||||
that.create_error_link(container);
|
||||
|
Loading…
Reference in New Issue
Block a user