Преглед изворни кода

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';
     }
 
     /**