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

[FormContractor][type=admin] 'edit' option defaults to 'admin' if not defined

Romain Geissler пре 13 година
родитељ
комит
893a229ff4
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Builder/FormContractor.php

+ 1 - 1
Builder/FormContractor.php

@@ -130,7 +130,7 @@ class FormContractor implements FormContractorInterface
             }
 
             $options['data_class']=$fieldDescription->getAssociationAdmin()->getClass();
-            $fieldDescription->setOption('edit','admin');
+            $fieldDescription->setOption('edit', $fieldDescription->getOption('edit', 'admin'));
         } else if ($type == 'sonata_type_collection') {
 
             if (!$fieldDescription->getAssociationAdmin()) {