We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbd3a0b commit 7ad6cdfCopy full SHA for 7ad6cdf
app/code/Magento/AdminNotification/view/adminhtml/layout/default.xml
@@ -20,7 +20,11 @@
20
template="Magento_AdminNotification::notification/window.phtml"/>
21
</referenceContainer>
22
<referenceContainer name="header">
23
- <block class="Magento\AdminNotification\Block\ToolbarEntry" name="notification.messages" before="user" template="Magento_AdminNotification::toolbar_entry.phtml"/>
+ <block class="Magento\AdminNotification\Block\ToolbarEntry"
24
+ name="notification.messages"
25
+ before="user"
26
+ aclResource="Magento_AdminNotification::show_toolbar"
27
+ template="Magento_AdminNotification::toolbar_entry.phtml"/>
28
29
</body>
30
</page>
0 commit comments