Browse Source

Fix widget being rendered in a select

Thomas Rabaix 13 years ago
parent
commit
9868bd0d47
1 changed files with 4 additions and 0 deletions
  1. 4 0
      Builder/ORM/FormContractor.php

+ 4 - 0
Builder/ORM/FormContractor.php

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