Skip to content

Commit

Permalink
Merge pull request #3999 from mficzel/bugfix/displayFlashMessagesInFu…
Browse files Browse the repository at this point in the history
…sionBasedBackendModules

BUGFIX: Display flash messages in Fusion based backend modules
  • Loading branch information
Sebobo authored Jan 11, 2023
2 parents 8202438 + 4507194 commit d70f480
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
2 changes: 0 additions & 2 deletions Neos.Neos/Resources/Private/Layouts/BackendModule.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
<div class="neos-content neos-indented neos-fluid-container">
<f:render section="subtitle" optional="1" />

<f:render partial="Module/FlashMessages" />

<f:validation.results>
<f:if condition="{validationResults.flattenedErrors}">
<ul class="neos-error">
Expand Down
4 changes: 0 additions & 4 deletions Neos.Neos/Resources/Private/Layouts/BackendSubModule.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
<div class="neos-content neos-container-fluid">
<f:render section="subtitle" optional="1" />

<div class="neos-module-container">
<f:render partial="Module/FlashMessages" />
</div>

<f:render section="validationResults" optional="1" />

<f:render section="content" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
</f:if>
</f:for>
</ul>
<f:render partial="Module/FlashMessages" />
<f:if condition="{moduleContents}">
{moduleContents -> f:format.raw()}
</f:if>
Expand Down

0 comments on commit d70f480

Please sign in to comment.