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
This commit is contained in:
Endi S. Dewata 2011-09-14 18:03:02 -05:00
parent 29a7a7e8ce
commit 566fa8ddc5

View File

@ -121,6 +121,7 @@ IPA.entity_factories.host = function () {
height: 250,
fields: [
{
factory: IPA.widget,
name: 'fqdn',
optional: true,
hidden: true