summaryrefslogtreecommitdiffstats
path: root/install/ui/widget.js
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2011-08-23 20:45:06 -0500
committerEndi S. Dewata <edewata@redhat.com>2011-08-25 13:57:08 +0000
commitfcd927a126ebcee2b38e8f8bb05ea38cf018b1e2 (patch)
tree4cd2a326844077b84adb2eeadd5742dfa385979c /install/ui/widget.js
parent1936b8050e5ee7861996f370d2171b751f18c1fb (diff)
downloadfreeipa-fcd927a126ebcee2b38e8f8bb05ea38cf018b1e2.tar.gz
freeipa-fcd927a126ebcee2b38e8f8bb05ea38cf018b1e2.tar.xz
freeipa-fcd927a126ebcee2b38e8f8bb05ea38cf018b1e2.zip
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
Diffstat (limited to 'install/ui/widget.js')
-rw-r--r--install/ui/widget.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/install/ui/widget.js b/install/ui/widget.js
index 6ae6f5dfb..62af6c16d 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;