Sfoglia il codice sorgente

FD3-576 Se agrega campo host en HostType

Espinoza Guillermo 6 anni fa
parent
commit
fcea48e5d5
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      src/HostBundle/Form/HostType.php

+ 3 - 0
src/HostBundle/Form/HostType.php

@@ -20,6 +20,9 @@ class HostType extends AbstractType
                 'required' => false,
             ])
             ->add('hostType')
+            ->add('host', null, [
+                'required' => false,
+            ])
             ->add('state')
             ->add('fixedIP', TextType::class, [
                 'required' => false,