From fcd927a126ebcee2b38e8f8bb05ea38cf018b1e2 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Tue, 23 Aug 2011 20:45:06 -0500 Subject: 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 --- install/ui/dialog.js | 1 + 1 file changed, 1 insertion(+) (limited to 'install/ui/dialog.js') diff --git a/install/ui/dialog.js b/install/ui/dialog.js index 45d30615..0d4ac2da 100644 --- a/install/ui/dialog.js +++ b/install/ui/dialog.js @@ -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