Browse Source

Removed old unused default configuration option parent:text from sonata_type_model_list, refs #2455

Andrej Hudec 10 years ago
parent
commit
8a022aa4a6
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Form/Type/ModelTypeList.php

+ 0 - 1
Form/Type/ModelTypeList.php

@@ -61,7 +61,6 @@ class ModelTypeList extends AbstractType
         $resolver->setDefaults(array(
             'model_manager'     => null,
             'class'             => null,
-            'parent'            => 'text',
             'btn_add'           => 'link_add',
             'btn_list'          => 'link_list',
             'btn_delete'        => 'link_delete',