[BUGFIX] Revert modified cache handling in form framework
The changes applied for issue #93887 introduced a bunch of regressions, which were partially addressed. However, there are still much more issues related to cache handling that have been introduced by mentioned change. #97977: This reverts commit f8fa1be3 #98023: This reverts commit 8129d55e #93887: This reverts commit 9f933f2c Resolves: #98336 Reverts: #97977 Reverts: #98023 Reverts: #93887 Releases: main, 11.5 Change-Id: I731069b7d2485bf1bd94e78ebe3e9500d2a752ea Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/75695 Tested-by:core-ci <typo3@b13.com> Tested-by:
Elias Häußler <e.haeussler@familie-redlich.de> Tested-by:
Oliver Hader <oliver.hader@typo3.org> Reviewed-by:
Elias Häußler <e.haeussler@familie-redlich.de> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org>
Showing
- Build/phpstan/phpstan-baseline.neon 5 additions, 0 deletionsBuild/phpstan/phpstan-baseline.neon
- typo3/sysext/form/Classes/Controller/FormFrontendController.php 5 additions, 9 deletions...sysext/form/Classes/Controller/FormFrontendController.php
- typo3/sysext/form/Classes/Core/FormRequestHandler.php 0 additions, 276 deletionstypo3/sysext/form/Classes/Core/FormRequestHandler.php
- typo3/sysext/form/Classes/Domain/Factory/FormFactoryInterface.php 1 addition, 1 deletion...sext/form/Classes/Domain/Factory/FormFactoryInterface.php
- typo3/sysext/form/Classes/Domain/Runtime/FormRuntime.php 25 additions, 22 deletionstypo3/sysext/form/Classes/Domain/Runtime/FormRuntime.php
- typo3/sysext/form/Classes/ViewHelpers/FormViewHelper.php 1 addition, 1 deletiontypo3/sysext/form/Classes/ViewHelpers/FormViewHelper.php
- typo3/sysext/form/Classes/ViewHelpers/RenderViewHelper.php 54 additions, 27 deletionstypo3/sysext/form/Classes/ViewHelpers/RenderViewHelper.php
- typo3/sysext/form/Configuration/Services.yaml 0 additions, 3 deletionstypo3/sysext/form/Configuration/Services.yaml
- typo3/sysext/form/Tests/Functional/RequestHandling/RequestHandlingTest.php 54 additions, 42 deletions.../Tests/Functional/RequestHandling/RequestHandlingTest.php
- typo3/sysext/form/Tests/Unit/Core/FormRequestHandlerTest.php 0 additions, 230 deletionstypo3/sysext/form/Tests/Unit/Core/FormRequestHandlerTest.php
- typo3/sysext/form/ext_localconf.php 1 addition, 3 deletionstypo3/sysext/form/ext_localconf.php
Please register or sign in to comment