소스 검색

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…
취소
저장