Opened 2 years ago
Closed 2 years ago
#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.
Note:
See TracTickets
for help on using tickets.
In 8100: