Selaa lähdekoodia

Revert parent form type of ModelTypeList back to text

Andrej Hudec 11 vuotta sitten
vanhempi
commit
45dc49f2f5
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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';
     }
 
     /**