Bug #84699
EXT:form FlashMessageFinisher has no output
Start date:
2018-04-12
Due date:
% Done:
0%
TYPO3 Version:
8
PHP Version:
7.1
Tags:
Complexity:
Is Regression:
Sprint Focus:
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
History
#1
Updated by Bjoern Jacob 10 months ago
- Target version changed from 8.7.13 to next-patchlevel