Explorar el Código

Fix regression

Thomas Rabaix hace 14 años
padre
commit
14d8eab9e8
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  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';