[TYPO3-mvc] Extending FrontendUser in two or more extensions?

Marc Bastian Heinrichs typo3 at mbh-web.de
Wed Jan 26 19:06:16 CET 2011


Hey,

> I need to extend the frontend user, to add some properties to the users, and
> does this by extending Tx_Extbase_Domain_Model_FrontendUser.
> 
> This sets the "tx_extbase_type" field in the fe_users table to
> "Tx_Planner_Domain_Model_Admin".
> 
> Now my question is, does this mean that I can not extend that user in other
> extensions to add other properties needed in them?

you got the problem of issue 11021 [*1]

The only solution by now is to have one extension extending the FEUser
model for all other extensions and use the model and respository of this
extension in the other extensions.


Regards
Marc Bastian


[*1] http://forge.typo3.org/issues/11021


More information about the TYPO3-project-typo3v4mvc mailing list