소스 검색

Fix widget being rendered in a select

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

+ 4 - 0
Builder/ORM/FormContractor.php

@@ -117,6 +117,10 @@ class FormContractor implements FormContractorInterface
                     break;
             }
 
+            if ($fieldDescription->getOption('edit') == 'list') {
+                $options['parent'] = 'hidden';
+            }
+
         } else if ($type == 'sonata_type_admin') {
 
             // nothing here ...