Actions
Bug #84699
closedEXT:form FlashMessageFinisher has no output
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Form Framework
Target version:
Start date:
2018-04-12
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
7.1
Tags:
Complexity:
Is Regression:
Sprint Focus:
Remote Sprint
Description
Hello Core-Team,
I have following yaml:
finishers: - options: messageTitle: 'Argh' messageBody: 'I am sitting at the %s' messageArguments: - foo: 'bar' severity: 0 identifier: FlashMessage
I have submitted my form multiple time, but I never see that FlashMessages.
The Problem:
The ViewHelper f:flashMessage was called BEFORE <formvh:render overrideConfiguration="{formConfiguration}" /> in Private/Frontend/Templates/Render.html. As all Finishers will be rendered in formvh:render it is not possible to show them before calling this ViewHelper.
Nice greetings
Stefan
Actions