瀏覽代碼

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') {