소스 검색

Use default admin class for sonata_type_admin.

Romain Geissler 13 년 전
부모
커밋
53e918a900
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      Builder/FormContractor.php

+ 1 - 0
Builder/FormContractor.php

@@ -126,6 +126,7 @@ class FormContractor implements FormContractorInterface
                 throw new \RuntimeException(sprintf('The current field `%s` is not linked to an admin. Please create one for the target entity : `%s`', $fieldDescription->getName(), $fieldDescription->getTargetEntity()));
             }
 
+            $options['data_class']=$fieldDescription->getAssociationAdmin()->getClass();
             $fieldDescription->setOption('edit','admin');
         } else if ($type == 'sonata_type_collection') {