Ticket #4258 (closed Bug: fixed)

Opened 7 years ago

navtree does not take parentMetaTypesNotToQuery in account

Reported by: davconvent Owned by:
Priority: major Milestone: 2.1
Component: Navigation/Folder listings Version:
Severity: Keywords:
Cc:

Description

parentMetaTypesNotToQuery from the portal_properties > navtree_properties is not taken in account by the navtree anymore. types that are listed in that property diplay their children in the navtree when they're not supposed to.

Change History

comment:1 Changed 7 years ago by davconvent

After a bit more investigation (from the user POV, not from the reading the code yet), I realize that the parentMetaTypesNotToQuery is taken in account for ATContentTypes, but not for other types written with Archetypes.

comment:2 Changed 7 years ago by hannosch

  • Status changed from new to closed
  • Resolution set to fixed

This effect from user POV was caused by the renaming of parentMetaTypesNotToQuery. As it has been renamed back, it should work again (in latest Plone 2.1 SVN).

I've verified this by installing and excluding a PloneHelpCenter.

comment:3 Changed 7 years ago by alecm

Actually it wasn't supported, it was metaTypesNotToList which was renamed and unrenamed. However, parentMetaTypesNotToQuery is now re-supported.

Note: See TracTickets for help on using tickets.