Преглед изворни кода

Fix widget being rendered in a select

Thomas Rabaix пре 13 година
родитељ
комит
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 ...