summaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2011-09-14 18:03:02 -0500
committerEndi S. Dewata <edewata@redhat.com>2011-09-14 23:59:15 +0000
commitb3748cd1f7f17ca8d1ab37a7664493daf0abbadd (patch)
tree5ab93f8b2d254e8d5cab9d7f3a347738543f14c7 /install
parente5e17dcbeee5b4b424b45794cb93bf2856435214 (diff)
downloadfreeipa-b3748cd1f7f17ca8d1ab37a7664493daf0abbadd.tar.gz
freeipa-b3748cd1f7f17ca8d1ab37a7664493daf0abbadd.tar.xz
freeipa-b3748cd1f7f17ca8d1ab37a7664493daf0abbadd.zip
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
Diffstat (limited to 'install')
-rw-r--r--install/ui/host.js1
1 files changed, 1 insertions, 0 deletions
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