[TYPO3-mvc] After introducing "tx_extbase_type" my frontend users aren't outputted
Jochen Rau
jochen.rau at typoplanet.de
Wed Apr 21 09:40:31 CEST 2010
Hi.
On 21.04.10 09:14, Søren Malling wrote:
> Just re-hijacking my own thread :-)
;-)
> After the single table inheritiance was introduced I have issues
> getting the data from fields that I have added to the fe_users, though
> it worked perfectly before. All fields are written in to my model. Is
> there any annotation in my model I need to be aware of after the
> introducing of single table inheritiance?
- Did you define any column mappings?
- Did you add your TCA column definitions to the fe_users TCA? Like
t3lib_div::loadTCA('fe_users');
t3lib_extMgm::addTCAcolumns('fe_users', $columnDefinitions, 1);
Regards
Jochen
More information about the TYPO3-project-typo3v4mvc
mailing list