Actions
Bug #84901
closedRegression in 8.7.13 for custom form finisher
Status:
Closed
Priority:
Must have
Assignee:
Category:
Form Framework
Target version:
Start date:
2018-04-30
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:
Description
With https://review.typo3.org/#/c/56377/ (#84495) the form finisher changed to return the output directly.
This a regression and break existing custom finisher in 8.7
The change should be reverted for 8.7 or fixed to allow the old handling with $this->finisherContext->getFormRuntime()->getResponse()->setContent('foo bar');
Actions