Explorar el Código

I think this is not needed any more after boolean editable has been refactored.

Tomasz Ignatiuk hace 13 años
padre
commit
8c02c95e35
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      DependencyInjection/Configuration.php

+ 0 - 1
DependencyInjection/Configuration.php

@@ -89,7 +89,6 @@ class Configuration implements ConfigurationInterface
                         ->scalarNode('list')->defaultValue('SonataAdminBundle:CRUD:list.html.twig')->cannotBeEmpty()->end()
                         ->scalarNode('show')->defaultValue('SonataAdminBundle:CRUD:show.html.twig')->cannotBeEmpty()->end()
                         ->scalarNode('edit')->defaultValue('SonataAdminBundle:CRUD:edit.html.twig')->cannotBeEmpty()->end()
-                        ->scalarNode('boolean_edit')->defaultValue('SonataAdminBundle:CRUD:list_boolean_edit.html.twig')->cannotBeEmpty()->end()
                     ->end()
                 ->end()
             ->end()