Sfoglia il codice sorgente

Merge branch 'develop' of https://gitea.laclic.fr/Laclic/SovBundle into develop

tags/0.1
Guillaume 3 anni fa
parent
commit
6b138ca865
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. +1
    -0
      Form/Type/Crud/CrudFormType.php

+ 1
- 0
Form/Type/Crud/CrudFormType.php Vedi File

@@ -33,6 +33,7 @@ class CrudFormType extends AbstractType
{
$this->parent->buildForm($builder, $options);
$entityDto = $options['entityDto'];
$formPanels=[];
$currentFormPanel = 0;
foreach ($entityDto->getFields() as $fieldDto) {
if (null === $formFieldType = $fieldDto->getFormType()) {

Loading…
Annulla
Salva