Ticket #13723 (new Bug)

Opened 3 years ago

Last modified 11 months ago

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

Change History

comment:1 Changed 11 months ago by dpc22

Agreed, I just ran into this myself.

For what it is worth "not-have plone-43" (all lower case) seems to work.

Note: See TracTickets for help on using tickets.