Project

General

Profile

Actions

Task #91381

closed

Clearly document "final" nature of Redirect finisher

Added by Mathias Brodala almost 4 years ago. Updated over 2 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Form Framework
Target version:
-
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.


Related issues 2 (2 open0 closed)

Related to TYPO3 Core - Feature #90144: Validate order of finishers in form editorNew2020-01-17

Actions
Related to TYPO3 Core - Feature #94809: Implement feedback about "final" nature of Redirect finisherNew2021-08-11

Actions
Actions

Also available in: Atom PDF