浏览代码

Revert parent form type of ModelTypeList back to text

Andrej Hudec 11 年之前
父节点
当前提交
45dc49f2f5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Form/Type/ModelTypeList.php

+ 1 - 1
Form/Type/ModelTypeList.php

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