Browse Source

Fix regression

Thomas Rabaix 13 năm trước cách đây
mục cha
commit
14d8eab9e8
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  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';