소스 검색

Fix missing label

Thomas Rabaix 13 년 전
부모
커밋
08cc9cd1f0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Builder/ORM/FormContractor.php

+ 1 - 1
Builder/ORM/FormContractor.php

@@ -118,7 +118,7 @@ class FormContractor implements FormContractorInterface
             }
 
             if ($fieldDescription->getOption('edit') == 'list') {
-                $options['parent'] = 'hidden';
+                $options['parent'] = 'text';
             }
 
         } else if ($type == 'sonata_type_admin') {