[TYPO3-mvc] backend flexform is overwritten while extending fe_users
Domi
djgarms at gmail.com
Tue Feb 12 00:13:45 CET 2013
Hi Jan,
this is exactly what I was looking for. So my error is, that I added the
IntranetUser after Client, Agent and CustomerService. In ext_tables.php
the IntranetUser which extends the TCA of FrontendUser comes after the
line, where the TCA of Client, Agent and CustomerService extends
IntranetUser.
So the reason is the order, in which I built my Model. I came late to
the idea of setting an IntranetUser to define shared columns for all users.
Does anyone know how to change orderings in extension_builder? At the
moment all my changes get reordered after save.
Or I will simply add the TCA lines again after the ExtensionBuilder token.
Regards,
Dominic
More information about the TYPO3-project-typo3v4mvc
mailing list