Actions
Defect #193
closedIncorrect filtering for unset values
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Affected version:
Description
Very counter-intuitive: When filtering by "Category IS NOT ...", all items without assigned category are
not shown in the list. I suspect that the SQL where condition should be changed to "category != x OR category IS
NULL". I haven't checked other, non-category, filters.
Thanks!!!
Actions