Project

General

Profile

Actions

Bug #84495

closed

Confirmation finisher duplicate output

Added by Tobias Jeske about 6 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Form Framework
Target version:
Start date:
2018-03-20
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
8
PHP Version:
7.2
Tags:
confirmationfinisher
Complexity:
Is Regression:
Sprint Focus:

Description

If I define a simple yaml Form with a confirmation finisher, the finisher output is rendered twice. It is tested in a T3 application without any extensions.

Source Code:

renderingOptions:
  submitButtonLabel: Submit
type: Form
identifier: test
label: test
prototypeName: standard
finishers:
  -
    options:
      message: 'Vielen Dank für Ihre Kontaktanfrage!<br/>Wir werden uns in Kürze mit Ihnen in Verbindung setzen.<br/><br/>Folgende Daten haben wir von Ihnen entgegengenommen:'
    identifier: Confirmation
renderables:
  -
    renderingOptions:
      previousButtonLabel: 'Previous step'
      nextButtonLabel: 'Next step'
    type: Page
    identifier: page-1
    label: Step
    renderables:
      -
        defaultValue: ''
        type: Text
        identifier: text-1
        label: Test
        properties:
          fluidAdditionalAttributes: {  }


Files

20.03.png (18.3 KB) 20.03.png Tobias Jeske, 2018-03-20 11:22

Related issues 3 (0 open3 closed)

Related to TYPO3 Core - Bug #83822: EXT:form RedirectFinisher breaks HTTP responseClosed2018-02-09

Actions
Related to TYPO3 Core - Bug #84901: Regression in 8.7.13 for custom form finisherClosedFrank Nägler2018-04-30

Actions
Related to TYPO3 Core - Bug #85360: Doubled confirmation message after form submitClosed2018-06-23

Actions
Actions

Also available in: Atom PDF