Browse Source

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

tags/0.1
Guillaume 3 years ago
parent
commit
6b138ca865
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      Form/Type/Crud/CrudFormType.php

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

{ {
$this->parent->buildForm($builder, $options); $this->parent->buildForm($builder, $options);
$entityDto = $options['entityDto']; $entityDto = $options['entityDto'];
$formPanels=[];
$currentFormPanel = 0; $currentFormPanel = 0;
foreach ($entityDto->getFields() as $fieldDto) { foreach ($entityDto->getFields() as $fieldDto) {
if (null === $formFieldType = $fieldDto->getFormType()) { if (null === $formFieldType = $fieldDto->getFormType()) {

Loading…
Cancel
Save