Actions
Task #91381
closedClearly document "final" nature of Redirect finisher
Start date:
2020-05-13
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
documentation
Complexity:
Sprint Focus:
Remote Sprint
Description
It happens quite often that users create form definitions like this:
# ...
finishers:
-
identifier: Redirect
# ...
-
identifier: EmailToReceiver
# ...
Here the EmailToReceiver
will never be executed since the Redirect
finisher terminates the current (HTTP) request immediately.
We should take some countermeasures to avoid this situation or at least give hints that a form definition like this will not give the expected results:
- Update the docs to warn about this in the section about finishers in general and for the
Redirect
finisher in particular
Other countermeasures are included in #94809.
Actions