From ebb0b386a36948b0f78f237995190ceb64c73325 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Tue, 30 Aug 2011 12:33:03 -0500 Subject: Fixed problem with combobox. The entity select widget has been modified to handle timing issue in both dialog box and details page. Ticket #1736 --- install/ui/dialog.js | 1 + 1 file changed, 1 insertion(+) (limited to 'install/ui/dialog.js') diff --git a/install/ui/dialog.js b/install/ui/dialog.js index 0d4ac2da..05d0eb4b 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, -- cgit