瀏覽代碼

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

Tomasz Ignatiuk 13 年之前
父節點
當前提交
8c02c95e35
共有 1 個文件被更改,包括 0 次插入1 次删除
  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()