Weird children:each behavior when mixing filters in 0.6RC1

Hello,

I found a weird bug (I think) in 0.6 RC1. It appears that the behavior
of the Radius tags differ depending on the filter.

I have the following content structure:
/Home Page (published)
/Stukken (published)
/1999 (published)
/Beauty Queen of Leenane (published)
/2000 (published)
/Een draad in het donker (published)
/2001 (published)
/Roberto Zucco (published)
/2002 (draft)
/2003 (draft)
/2004 (draft)
/2005 (draft)
/2006 (draft)
/2007 (published)
/Adel Blank (published)
/Festen (published)

Some might recognize plays here, and you would be right :slight_smile:

In the default layout there is the following:
<r:content part=“sidebar” inherit=“true” />

In Home Page I have the part ‘sidebar’, filter: Textile (currently this
is the only page which this part):
<r:find url=“/stukken/”><r:content part=“menu”/></r:find>

In Stukken I have the part ‘menu’, filter: None:
<r:children:each order=“desc”>

All of the published plays have a ‘menu’ part, filter: none.

When I request the home page what I expect is:

2007


Menu content for Festen.
Menu content for Adel Blank.

2001


Menu content for Roberto Zucco.

2000


Menu content for Een draad in het donker.

1999


Menu content for Beauty Queen of Leenane.

However, I got the following:

2007
Menu content for Festen. Menu content for Adel Blank. Menu content for Roberto Zucco. Menu content for Een draad in het donker. Menu content for Beauty Queen of Leenane.

Also note the weird

placements.

When you change the filter of ‘Home Page’ part ‘sidebar’ to None, I get
the expected results.

Shall I add this to Trac?

Regards,
Erik.


Erik van Oosten