فهرست منبع

Fix missing label

Thomas Rabaix 13 سال پیش
والد
کامیت
08cc9cd1f0
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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') {