From b3748cd1f7f17ca8d1ab37a7664493daf0abbadd Mon Sep 17 00:00:00 2001 From: Endi S. Dewata Date: Sep 14 2011 23:59:15 +0000 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 --- diff --git a/install/ui/host.js b/install/ui/host.js index 7eb2e98..1b11251 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