소스 검색

Fix regression

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

+ 1 - 2
Builder/ORM/FormContractor.php

@@ -128,8 +128,7 @@ class FormContractor implements FormContractorInterface
         } else if ($type == 'sonata_type_admin') {
 
             // nothing here ...
-            $options['edit'] = 'inline';
-
+            
         } else if ($type == 'sonata_type_collection') {
 
             $options['type']         = 'sonata_type_admin';