neos-development-collection icon indicating copy to clipboard operation
neos-development-collection copied to clipboard

Feature: Fusion solution for rendering flashmessages in backend module

Open ru3fu5z opened this issue 2 years ago • 1 comments

Description

Like the Fluid f.flashmessage viewhelper it would be nice to have something similar in Fusion.

Steps to Reproduce

  1. Follow the tutorial Creating a backend module with Fusion and Fusion.Form
  2. Try to add neos-notifications as easy as in Fluid

Expected behavior

There would be something like Neos.Fusion:Flashmessages

Actual behavior

I have to build the flashmessages from the scratch or i have to insert a Fluid template with the f:flashmessages Viewhelper

ru3fu5z avatar May 10 '22 10:05 ru3fu5z

one could build a fusion prototype which uses $this->getRuntime()->getControllerContext() and find the flashmessages service and return the items as an array to be used in Neos.Fusion:Loop

mhsdesign avatar Sep 20 '22 16:09 mhsdesign