[BUGFIX] Add server request to view in ConfirmationFinisher
Since #98377 it is not possible to use `f:link.page` ViewHelper in the ConfirmationFinisher template. This adds the server request to the standalone view to make it work again. Also removed wrong comment and direct usage of global request object. Resolves: #103368 Releases: main, 12.4 Change-Id: I3822cda0bb5fde9feb992696775051ec676592c8 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/83433 Reviewed-by:Stefan Bürk <stefan@buerk.tech> Tested-by:
Stefan Bürk <stefan@buerk.tech> Tested-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
core-ci <typo3@b13.com> Reviewed-by:
Oliver Bartsch <bo@cedev.de>
Showing
- typo3/sysext/fluid/Classes/View/StandaloneView.php 1 addition, 1 deletiontypo3/sysext/fluid/Classes/View/StandaloneView.php
- typo3/sysext/form/Classes/Domain/Finishers/ConfirmationFinisher.php 1 addition, 0 deletions...xt/form/Classes/Domain/Finishers/ConfirmationFinisher.php
- typo3/sysext/form/Classes/Domain/Finishers/EmailFinisher.php 1 addition, 6 deletionstypo3/sysext/form/Classes/Domain/Finishers/EmailFinisher.php
Please register or sign in to comment