소스 검색

Fix nested admin

Thomas Rabaix 14 년 전
부모
커밋
728907beac
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      Admin/Admin.php

+ 3 - 0
Admin/Admin.php

@@ -611,6 +611,9 @@ abstract class Admin implements AdminInterface, DomainObjectInterface
             $parent = $this->getParent()->getObject($this->request->get($this->getParent()->getIdParameter()));
 
             $propertyPath = new \Symfony\Component\Form\Util\PropertyPath($this->getParentAssociationMapping());
+            
+            $object = $this->getSubject();
+
             $propertyPath->setValue($object, $parent);
         }