mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-16 19:31:55 -06:00
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:
parent
29a7a7e8ce
commit
566fa8ddc5
@ -121,6 +121,7 @@ IPA.entity_factories.host = function () {
|
|||||||
height: 250,
|
height: 250,
|
||||||
fields: [
|
fields: [
|
||||||
{
|
{
|
||||||
|
factory: IPA.widget,
|
||||||
name: 'fqdn',
|
name: 'fqdn',
|
||||||
optional: true,
|
optional: true,
|
||||||
hidden: true
|
hidden: true
|
||||||
|
Loading…
Reference in New Issue
Block a user