mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-16 11:21:56 -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,
|
||||
fields: [
|
||||
{
|
||||
factory: IPA.widget,
|
||||
name: 'fqdn',
|
||||
optional: true,
|
||||
hidden: true
|
||||
|
Loading…
Reference in New Issue
Block a user