Task #91381
closedClearly document "final" nature of Redirect finisher
100%
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.
Updated by Mathias Brodala over 3 years ago
- Related to Feature #90144: Validate order of finishers in form editor added
Updated by Björn Jacob over 3 years ago
- Tags set to documentation
- Sprint Focus set to Remote Sprint
Updated by Björn Jacob over 3 years ago
- Status changed from New to In Progress
- Assignee set to Björn Jacob
Updated by Gerrit Code Review over 3 years ago
- Status changed from In Progress to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/70474
Updated by Gerrit Code Review over 3 years ago
Patch set 1 for branch 10.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/70423
Updated by Björn Jacob over 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 13414805efccf2bdcdce63ac2605613478fd93a0.
Updated by Mathias Brodala almost 3 years ago
- Related to Feature #94809: Implement feedback about "final" nature of Redirect finisher added