[
http://jira.magnolia-cms.com/browse/MAGNOLIA-3381?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Federico Grilli updated MAGNOLIA-3381:
--------------------------------------
Description:
In the current implementation the filter is applied in the content we are
delegating to:
{code}
return wrapContentNodes(((AbstractContent) content).getChildren(filter,
namePattern, orderCriteria));
{code}
But the filter might rely on things the wrapper is doing.
was:
In the current implementation the filter is applied in the content we are
delegating to:
{code}
return wrapContentNodes(((AbstractContent) content).getChildren(filter,
namePattern, orderCriteria));
{code}
But the filter might relay on things the wrapper is doing.
> ContentWrapper: filters the unwrapped children instead of the wrapped ones
> --------------------------------------------------------------------------
>
> Key: MAGNOLIA-3381
> URL: http://jira.magnolia-cms.com/browse/MAGNOLIA-3381
> Project: Magnolia
> Issue Type: Bug
> Components: core
> Reporter: Philipp Bärfuss
> Assignee: Philipp Bärfuss
> Fix For: 4.3.x, 4.4
>
>
> In the current implementation the filter is applied in the content we are
> delegating to:
> {code}
> return wrapContentNodes(((AbstractContent) content).getChildren(filter,
> namePattern, orderCriteria));
> {code}
> But the filter might rely on things the wrapper is doing.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.magnolia-cms.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------