summaryrefslogtreecommitdiffstats
path: root/install/ui/dialog.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/dialog.js
parent1936b8050e5ee7861996f370d2171b751f18c1fb (diff)
downloadfreeipa.git-fcd927a126ebcee2b38e8f8bb05ea38cf018b1e2.tar.gz
freeipa.git-fcd927a126ebcee2b38e8f8bb05ea38cf018b1e2.tar.xz
freeipa.git-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/dialog.js')
-rw-r--r--install/ui/dialog.js1
1 files changed, 1 insertions, 0 deletions
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<fields.length; i++) {