Browse Source

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

Tomasz Ignatiuk 13 years ago
parent
commit
8c02c95e35
1 changed files with 0 additions and 1 deletions
  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()