[TYPO3-mvc] single table inheritance - subclasses

Dennis Ahrens dennis.ahrens at googlemail.com
Fri Mar 30 11:41:39 CEST 2012


Hi list,

we have the following inheritance structure

FrontendUser
|-UniversityUser
   |-Student
   |-Employee
   |-Lecturer

If you query the FrontendUserRepository, there are only hits for the 
types FrontendUser and UniversityUser, but not for the three subclasses 
of UniversityUser. The constraint only includes the next level of the 
inheritance structure.

This is not intended, is it?

I still have a patch ready, if somebody agrees with me.

regards
Dennis


More information about the TYPO3-project-typo3v4mvc mailing list