瀏覽代碼

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

tags/0.1
Guillaume 3 年之前
父節點
當前提交
6b138ca865
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      Form/Type/Crud/CrudFormType.php

+ 1
- 0
Form/Type/Crud/CrudFormType.php 查看文件

@@ -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…
取消
儲存