Przeglądaj źródła

Fix missing label

Thomas Rabaix 13 lat temu
rodzic
commit
08cc9cd1f0
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      Builder/ORM/FormContractor.php

+ 1 - 1
Builder/ORM/FormContractor.php

@@ -118,7 +118,7 @@ class FormContractor implements FormContractorInterface
             }
 
             if ($fieldDescription->getOption('edit') == 'list') {
-                $options['parent'] = 'hidden';
+                $options['parent'] = 'text';
             }
 
         } else if ($type == 'sonata_type_admin') {