You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
make the CTI entity abstract because otherwise we'll get: [Doctrine\ORM\Mapping\MappingException] Entity 'BaseEntity' has to be part of the discriminator map of 'BaseEntity' to be properly mapped in the inheritance hierarchy. Alter natively you can make 'BaseEntity' an abstract class to avoid this exception from occurring.
add the discriminator map to the BaseEntity and fill it with all extending classes: note: this is tricky because we'll have to hack into "userland" here. Maybe we should find another way to provide this user data
When extending author from user, no STI or CTI strategy is chosen automatically. The doctrine metadata is therefore not correct
The text was updated successfully, but these errors were encountered: