Просмотр исходного кода

Fix widget being rendered in a select

Thomas Rabaix 14 лет назад
Родитель
Сommit
9868bd0d47
1 измененных файлов с 4 добавлено и 0 удалено
  1. 4 0
      Builder/ORM/FormContractor.php

+ 4 - 0
Builder/ORM/FormContractor.php

@@ -117,6 +117,10 @@ class FormContractor implements FormContractorInterface
                     break;
             }
 
+            if ($fieldDescription->getOption('edit') == 'list') {
+                $options['parent'] = 'hidden';
+            }
+
         } else if ($type == 'sonata_type_admin') {
 
             // nothing here ...