ソースを参照

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()) {

読み込み中…
キャンセル
保存