Project

General

Profile

Actions

Bug #85217

closed

Confirmation Finisher: confirmation text duplicated

Added by Kalle Karlson almost 6 years ago. Updated almost 6 years ago.

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

0%

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

Description

Set up a fresh TYPO3 v9.2.1, install form extension and fluid-styled-content. Use example configuration.

Add a form element on Startpage, assign a form with confirmation finisher like:

renderingOptions:
  submitButtonLabel: Submit
type: Form
identifier: test
label: test
prototypeName: standard
finishers:
  -
    options:
      message: test123
      contentElementUid: ''
    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: Text

If you submit the form, the confirmation message "test123" is rendered as "test123 test123".

Actions #2

Updated by Björn Jacob almost 6 years ago

  • Status changed from New to Needs Feedback
  • Assignee set to Kalle Karlson

There have been several fixes. The one mentioned above started the hazzle, but it is not the final one. Tomorrow, 9.3 will be released. Can you please check the current master or - tomorrow - 9.3?

Actions #3

Updated by Kalle Karlson almost 6 years ago

Thank you for your quick response.

Looks like master/9.3 fixed this bug. I will try again tomorrow with the official release.

Actions #4

Updated by Kalle Karlson almost 6 years ago

  • Assignee changed from Kalle Karlson to Björn Jacob

Looks like 9.3 fix this error

Actions #5

Updated by Björn Jacob almost 6 years ago

  • Status changed from Needs Feedback to Closed

Nice. Thank you for your feedback.

Actions

Also available in: Atom PDF