Ticket #13723 (new Bug)
p.a.collection - zcml:condition="not-have Plone-43" doesn't work on rss template
Reported by: | hpeteragitator | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 4.x |
Component: | Unknown | Version: | 4.3 |
Keywords: | collectionrss | Cc: |
Description
the zcml condtion is ignored
<browser:page zcml:condition="not-have Plone-43" name="RSS" permission="zope2.View" for="plone.app.collection.interfaces.ICollection" template="templates/rss.pt" />
it is loaded in plone 4.3.2 and overrides the rss template in Products.CMFPlone / browser / syndication
Note: See
TracTickets for help on using
tickets.
Agreed, I just ran into this myself.
For what it is worth "not-have plone-43" (all lower case) seems to work.