Browse Source

Revert parent form type of ModelTypeList back to text

Andrej Hudec 11 years ago
parent
commit
45dc49f2f5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Form/Type/ModelTypeList.php

+ 1 - 1
Form/Type/ModelTypeList.php

@@ -73,7 +73,7 @@ class ModelTypeList extends AbstractType
      */
      */
     public function getParent()
     public function getParent()
     {
     {
-        return 'hidden';
+        return 'text';
     }
     }
 
 
     /**
     /**