Uploaded image for project: 'Magnolia UI'
  1. Magnolia UI
  2. MGNLUI-3165

Filtering of content shown in workbench by path works only when filtered node type is specified as well

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: Neutral Neutral
    • None
    • 5.1
    • None

      and when not specified, it will end not showing anything because generated query is not correct at all:

      select * from [nt:base] as t where  order by lower(name(t)) asc
      

      ... note the where followed by order.

      The culprit is info.magnolia.ui.workbench.container.AbstractJcrContainer.getQueryWhereClause().

        Acceptance criteria

              Unassigned Unassigned
              had Jan Haderka
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Bug DoR
                  Task DoD