#2288 closed defect (fixed)

Filter on list columns with parent or child information doesn't work in some cases

Reported by: Nicklas Nordborg Owned by: everyone
Priority: major Milestone: BASE 3.19.6
Component: core Version:
Keywords: Cc:

Description

This seems to happen when, for example, the child or parent item has been marked for deletion. Values are displayed as expected but it doesn't work to filter on them. It doesn't help to change the options in the 'view/presets' list either.

My guess is that the query that does the filtering always are using the default options which is to only include item owned by the logged in used or shared to the currently active project. The code that load items for display on the other hand uses the Include.ALL option.

Change History (1)

comment:1 by Nicklas Nordborg, 17 months ago

Resolution: fixed
Status: newclosed

In 8100:

Fixes #2288: Filter on list columns with parent or child information doesn't work in some cases

Subqueries now include all items.

Note: See TracTickets for help on using tickets.