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

Remove "extbase.controllerExtensionName = cookieman" #343

Open
derhansen opened this issue Mar 5, 2025 · 1 comment
Open

Remove "extbase.controllerExtensionName = cookieman" #343

derhansen opened this issue Mar 5, 2025 · 1 comment

Comments

@derhansen
Copy link

For the TYPO3 v12 version of the extension, the TypoScript Setting extbase.controllerExtensionName = cookieman can be removed, since it should not be used any more (see https://docs.typo3.org/m/typo3/reference-typoscript/12.4/en-us/ContentObjects/Fluidtemplate/Index.html#confval-fluidtemplate-extbase-controllerextensionname) and may lead to unwanted side effects when an extbase controller actions throws a PropagateResponseException

@jonaseberle
Copy link
Member

Thanks, it used to allow to omit extensionName from {f:translate(key: 'heading', extensionName: 'cookieman')} but that was undocumented before and I had to explicitly add it to the v12 f:translate Viewhelpers anyways.

I'll incorporate that.

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

2 participants