mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Fix radios behavior in automount map adder dialog
https://fedorahosted.org/freeipa/ticket/3904
This commit is contained in:
parent
d58e11ba87
commit
727764bff7
@ -313,7 +313,8 @@ IPA.automountmap_adder_dialog = function(spec) {
|
||||
indirect_section.set_visible(true);
|
||||
});
|
||||
|
||||
direct_input.click();
|
||||
direct_input.prop('checked', true);
|
||||
direct_input.trigger('change');
|
||||
};
|
||||
|
||||
that.reset = function() {
|
||||
@ -322,7 +323,8 @@ IPA.automountmap_adder_dialog = function(spec) {
|
||||
var method_widget = that.widgets.get_widget('general.method');
|
||||
|
||||
var direct_input = $('input[value="add"]', method_widget.container);
|
||||
direct_input.click();
|
||||
direct_input.prop('checked', true);
|
||||
direct_input.trigger('change');
|
||||
};
|
||||
|
||||
return that;
|
||||
|
Loading…
Reference in New Issue
Block a user