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
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.
--
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]>
----------------------------------------------------------------