#7 — vice.plone.outbound tries to hide plone.links.rss viewlet form a wrong manager

by (anonymous) — last modified Aug 18, 2009 07:10 AM
State Unconfirmed
Version: 1.0
Area Functionality
Issue type Bug
Severity Low
Submitted by (anonymous)
Submitted on Aug 18, 2009
Responsible
Target release:
Vice.plone.outbound's configuration seems to try to hide Plone's native RSS-discovery viewlet, but from the wrong manager (at least on Plone 3.2.2).

vice/plone/outbound/profiles/default/viewlets.xml:
<object>
    <hidden manager="plone.htmlhead">
        <viewlet name="plone.links.RSS" />
    </hidden>
</object>

on Plone 3.2.2:

plone/app/layout/links/configure.zcml:
<browser:viewlet
    name="plone.links.RSS"
    />

plone/app/layout/viewlets/configure.zcml:
<browser:viewletManager
    name="plone.htmlhead.links"
    provides=".interfaces.IHtmlHeadLinks"
    />

No responses can be added.