瀏覽代碼

[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()) {