<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    xmlns:admin="http://webns.net/mvcb/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
    <title>Magento Issue Tracking</title>
    <link>http://www.magentocommerce.com/bug-tracking/</link>
    <description></description>
    <dc:language>en</dc:language>
    <dc:creator>MagentoCommerce</dc:creator>
    <dc:rights>Copyright {gmt_date format="%Y"}</dc:rights>
    <dc:date>{gmt_date format="%Y-%m-%dT%H:%i:%s%Q"}</dc:date>
    <admin:generatorAgent rdf:resource="http://expressionengine.com/" />
        <item>
        <title>View Issue #8715 / User roles resources =&gt; Notification =&gt; Show</title>
        <link>http://www.magentocommerce.com/bug-tracking/issue?issue=4108</link>
        <description><![CDATA[<strong>Posted:</strong> 2008-11-20 08:00:57<br/><strong>Category:</strong> Configuration<br/><strong>Version:</strong> 1.1.6<br/><strong>Priority:</strong> normal<br/><strong>Status:</strong> closed<br/><strong>Reported By:</strong> <a href="http://www.magentocommerce.com/boards/member/23307/">aDy</a></strong><br/><br/>Hi,<br />
<br />
When we desactivate the option &quot;Show Toolbar&quot; in Notification section of the &quot;User Roles Resources&quot;, the Admin notifications continues to appear.<br/><br/><hr/>]]></description>
    </item>
    
                    <item>
        <title>RE: User roles resources =&gt; Notification =&gt; Show</title>
        <description><![CDATA[<em>#1 / Comment by <a href="http://www.magentocommerce.com/boards/member/23208/">dimitrig</a></em><br/><br/>The bugfix is straightforward and requires only three lines of changes. A diff is attached.<br />
<br />
Index: app/code/core/Mage/Adminhtml/Block/Notification/Toolbar.php<br />
===================================================================<br />
--- app/code/core/Mage/Adminhtml/Block/Notification/Toolbar.php (Revision 355)<br />
+++ app/code/core/Mage/Adminhtml/Block/Notification/Toolbar.php (Arbeitskopie)<br />
@@ -49,6 +49,9 @@<br />
<br />
    public function isShow()<br />
    {<br />
+        if (!Mage::getSingleton('admin/session')-&gt;isAllowed('admin/system/adminnotification/show_toolbar')) {<br />
+            return false;<br />
+        }<br />
        if ($this-&gt;getRequest()-&gt;getControllerName() == 'notification') {<br />
            return false;<br />
        }]]></description>
    </item>
            <item>
        <title>RE: User roles resources =&gt; Notification =&gt; Show</title>
        <description><![CDATA[<em>#2 / Comment by Magento Team</em><br/><br/>Hello aDy,<br />
<br />
This issue was fixed. The changes will be available in the next bugfix release.<br />
<br />
Thank you.]]></description>
    </item>
            <item>
        <title>RE: User roles resources =&gt; Notification =&gt; Show</title>
        <description><![CDATA[<em>#3 / Comment by <a href="http://www.magentocommerce.com/boards/member/2842/">i960</a></em><br/><br/>This still seems to be an issue in version 1.3.2.1.  See this thread: http://www.magentocommerce.com/boards/viewthread/14953/]]></description>
    </item>
        </channel>
</rss>