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 14:11:27 +0000
commitbeac7e2bbf014eb982f097b6aaeb23ed50ebd8a1 (patch)
tree2928f25d4a944a413e01a7f60310521ccac4d9d1 /install/ui/widget.js
parent33fb16067a9dd181a1d54194b9820279f549bc24 (diff)
downloadfreeipa-beac7e2bbf014eb982f097b6aaeb23ed50ebd8a1.tar.gz
freeipa-beac7e2bbf014eb982f097b6aaeb23ed50ebd8a1.tar.xz
freeipa-beac7e2bbf014eb982f097b6aaeb23ed50ebd8a1.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;