Closed dmaicher closed 4 years ago
Thanks for the report !
CC @wbloszyk
@dmaicher I checking it. Flash messages are added.
Bug is in this line: https://github.com/sonata-project/SonataCoreBundle/blob/2a2169b557bd753b3bf209777f09c013e351c347/src/CoreBundle/Resources/config/twig/flash.xml#L17
Change to:
<argument type="service" id="sonata.core.flashmessage.manager"/>
I will try make alias to sonata.twig.flashmessage.manager
. This will resolve this issue too.
@dmaicher Fixed. Thanks for the report !
Environment
Sonata packages
Symfony packages
PHP version
Subject
Since I updated from 3.18.0 to 3.19.0 I don't have any flash messages anymore when I update an entity for example.
Steps to reproduce
Expected results
Actual results
maybe caused by something here? https://github.com/sonata-project/SonataCoreBundle/compare/3.18.0..3.19.0#diff-b44f3757f5ff122a77c8315f137cba81