mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Fixed default map type in automount map adder dialog.
The adder dialog for automount map has been modified to select the direct map by default. Ticket #1698
This commit is contained in:
@@ -260,6 +260,7 @@ IPA.dialog = function(spec) {
|
||||
that.dialog_open = that.open;
|
||||
that.dialog_close = that.close;
|
||||
that.dialog_save = that.save;
|
||||
that.dialog_reset = that.reset;
|
||||
|
||||
var fields = spec.fields || [];
|
||||
for (var i=0; i<fields.length; i++) {
|
||||
|
Reference in New Issue
Block a user