[TYPO3-mvc] Please remove the Resources/Private/Backend folder
Martin Kutschker
masi-no at spam-typo3.org
Wed Feb 24 09:04:19 CET 2010
Sebastian Fischer schrieb:
>
> i think userTS is to much of a hassel because the admin has to remember
> even after month that a new created user need to get this settings too.
Two solutions:
1) add the setting to the group (every BE user except an admin has to be in a group anyway)
2) add the setup to the default userTS with t3lib_extmgm::addUserTSConfig()
But ideally the basic configuration would go to the extension configuration because persistence
settings and table mappings must be site global.
Masi
PS: A different approach for modules could be to use t3lib_extmgm::addPageTSConfig()
More information about the TYPO3-project-typo3v4mvc
mailing list