I use inherited entities based on SINGLE_TABLE inheritance type. I can declare the admin service, setting setSubClasses in my config, as describe in the doc here: http://sonata-project.org/bundles/admin/master/doc/reference/advanced.html#inherited-classes
But I have the following error when creating or deleting:
$identifier cannot be empty.
500 Internal Server Error - InvalidDomainObjectException
1 linked Exception: InvalidArgumentException
Anyone already experience this?