Bug #85217
closedConfirmation Finisher: confirmation text duplicated
0%
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".
Updated by Kalle Karlson over 6 years ago
Looks like commit https://github.com/TYPO3/TYPO3.CMS/commit/5400029f906105197a68b43f2d5a0812b4ebcaef#diff-d3e156824eb8b598783ccd2f48526d7dR99 breaks response handling
Updated by Björn Jacob over 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?
Updated by Kalle Karlson over 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.
Updated by Kalle Karlson over 6 years ago
- Assignee changed from Kalle Karlson to Björn Jacob
Looks like 9.3 fix this error
Updated by Björn Jacob over 6 years ago
- Status changed from Needs Feedback to Closed
Nice. Thank you for your feedback.