Uploaded image for project: 'Magnolia'
  1. Magnolia
  2. MAGNOLIA-3381

ContentWrapper: filters the unwrapped children instead of the wrapped ones

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 4.3.9, 4.4
    • None
    • core
    • None

      In the current implementation the filter is applied in the content we are delegating to:

            return wrapContentNodes(((AbstractContent) content).getChildren(filter, namePattern, orderCriteria));
      

      But the filter might rely on things the wrapper is doing.

        Acceptance criteria

              pbaerfuss Philipp Bärfuss
              pbaerfuss Philipp Bärfuss
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Bug DoR
                  Task DoD