From 566fa8ddc504c1d671ee8954ba0278342d7cdff7 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Wed, 14 Sep 2011 18:03:02 -0500 Subject: Fixed problem opening host adder dialog. The hidden fqdn field in the host adder dialog has been changed to use a generic widget instead of text widget to avoid null pointer error since the UI elements are never created. Ticket #1788 --- install/ui/host.js | 1 + 1 file changed, 1 insertion(+) (limited to 'install/ui') diff --git a/install/ui/host.js b/install/ui/host.js index 7eb2e98e5..1b1125170 100644 --- a/install/ui/host.js +++ b/install/ui/host.js @@ -121,6 +121,7 @@ IPA.entity_factories.host = function () { height: 250, fields: [ { + factory: IPA.widget, name: 'fqdn', optional: true, hidden: true -- cgit