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/widget.js | 1 + 1 file changed, 1 insertion(+) (limited to 'install/ui/widget.js') diff --git a/install/ui/widget.js b/install/ui/widget.js index 6ae6f5df..62af6c16 100644 --- a/install/ui/widget.js +++ b/install/ui/widget.js @@ -967,6 +967,7 @@ IPA.radio_widget = function(spec) { }; // methods that should be invoked by subclasses + that.radio_create = that.create; that.radio_save = that.save; return that; -- cgit