Actions
Bug #92408
closedTypoScript overrides does not work when using ViewHelper
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Form Framework
Target version:
-
Start date:
2020-09-25
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
7.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Remote Sprint
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.
Actions