summaryrefslogtreecommitdiffstats
path: root/install/ui/dialog.js
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2011-08-30 12:33:03 -0500
committerEndi S. Dewata <edewata@redhat.com>2011-08-31 16:29:55 +0000
commitebb0b386a36948b0f78f237995190ceb64c73325 (patch)
tree65dd6d02855fdcdce75edcaa9a3c5c7bbe009090 /install/ui/dialog.js
parentb7121a8cbd6b7814f0a5666d27de7b209d095451 (diff)
downloadfreeipa-ebb0b386a36948b0f78f237995190ceb64c73325.tar.gz
freeipa-ebb0b386a36948b0f78f237995190ceb64c73325.tar.xz
freeipa-ebb0b386a36948b0f78f237995190ceb64c73325.zip
Fixed problem with combobox.
The entity select widget has been modified to handle timing issue in both dialog box and details page. Ticket #1736
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 0d4ac2da3..05d0eb4b5 100644
--- a/install/ui/dialog.js
+++ b/install/ui/dialog.js
@@ -201,6 +201,7 @@ IPA.dialog = function(spec) {
}
that.create();
+ that.reset();
that.container.dialog({
title: that.title,