Bug #92408
closedTypoScript overrides does not work when using ViewHelper
100%
Description
"TypoScript overrides" does not work when using the render ViewHelper. That's also mentioned within the docs. The corresponding code is only part of the FormFrontendController. I guess it should be possible to move the code to FormPersistenceManager where I would expect the code. That should make it possible to always apply the TypoScript overrides, no matter how the form is retrieved.
Regarding backend context: TypoScript should be available via module.tx_form.
So if one configured the overrides in both plugin as well as module it should work in both places by using Extbase configuration manager, which should already respect the current TYPO3 context.
Updated by Elias Häußler over 2 years ago
- Related to Bug #90919: Overridden subject in EmailFinisher not used added
Updated by Gerrit Code Review over 2 years ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/73678
Updated by Gerrit Code Review over 2 years ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/73678
Updated by Gerrit Code Review over 2 years ago
Patch set 3 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/73678
Updated by Gerrit Code Review over 2 years ago
Patch set 4 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/73678
Updated by Gerrit Code Review over 2 years ago
Patch set 5 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/73678
Updated by Anonymous over 2 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 3e6dd05a50e9fe5e319297151ac97e626590d4bd.
Updated by Christian Kuhn 3 months ago
keyword formDefinitionOverrides to find this issue more easily.
Updated by Christian Kuhn 3 months ago
- Related to Task #104667: Do not use ext:form ConfigurationManager in FormPersistenceManager added