Actions
Feature #84579
openCustom Flash Messages for Form Editor
Status:
New
Priority:
Could have
Assignee:
-
Category:
Form Framework
Target version:
Start date:
2018-04-03
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Hello,
it would be a nice feature if a developer can add custom flash messages when a form editor hook fails. The best way would be the standard TYPO3 way:
$flashMessageService = $this->objectManager->get(\TYPO3\CMS\Core\Messaging\FlashMessageService::class);
$messageQueue = $flashMessageService->getMessageQueueByIdentifier();
$messageQueue->addMessage($message);
Thanks!
Updated by Susanne Moog about 6 years ago
- Target version changed from 9 LTS to Candidate for Major Version
Actions