Project

General

Profile

Actions

Bug #82346

closed

EXT:form - finishers are not called

Added by Markus Boss over 6 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Form Framework
Target version:
-
Start date:
2017-09-07
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
8
PHP Version:
7.1
Tags:
invokeFinishers isAfterLastPage
Complexity:
Is Regression:
Sprint Focus:

Description

Added finishers to a form are not called in frontend.

The reason I found is in the render function of class FormRuntime:

if ($this->isAfterLastPage()) {
            $this->invokeFinishers();
            return $this->response->getContent();
}

isAfterLastPage() is always false. This can be reproduced with the provided example form.

Actions

Also available in: Atom PDF