Project

General

Profile

Actions

Feature #84579

open

Custom Flash Messages for Form Editor

Added by Josua Vogel about 6 years ago. Updated over 5 years ago.

Status:
New
Priority:
Could have
Assignee:
-
Category:
Form Framework
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!

Actions #1

Updated by Susanne Moog over 5 years ago

  • Target version changed from 9 LTS to Candidate for Major Version
Actions

Also available in: Atom PDF