Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simulate Frontend User Group v12 #536

Open
leitgab opened this issue Jan 23, 2025 · 0 comments
Open

Simulate Frontend User Group v12 #536

leitgab opened this issue Jan 23, 2025 · 0 comments

Comments

@leitgab
Copy link

leitgab commented Jan 23, 2025

12.x-branch still uses the hook $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_fe.php']['hook_checkEnableFields']['direct_mail'] to implement the simulate frontend user group function.

Said hook was removed with TYPO3 12 and event listeners have to be used instead:
https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/12.0/Breaking-96996-HookCheckEnableFieldsRemoved.html

The result is, that the simulate frontend user group function does not work since TYPO3 12 any more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant