Stéphane PATE
Stéphane PATE
Thanks for your quick answer, I'll try to find a way and feed you back if I get something functional !
overriding the postPersist method of carAdmin (sandbox) with: ``` php /** * {@inheritdoc} */ public function postPersist($object) { if ($this->isAclEnabled()) { $objectIdentity = new ObjectIdentity($object->getId(), get_parent_class($object)); $acl = $this->getSecurityHandler()->createAcl($objectIdentity); $user...
Not really the same issue I think : MrGreen addresses the "embedded admin" (with relation 1 to N between "Parent" and "Child" Entities (that are both concrete Classes without inheritance...