Any filter for [none] doesn't work in a bug list
Brought to you by:
ctrager
I use the latest version of Bugtracker.NET.
Steps to repro:
I create a bug list.
Than I choose the Category filter and select [None]
I retrieve an empty list.
The filter for [any] works and shows entries with a Category and not those that are empty .
The problem is, that a new bug is saved with bg_category set to 0 as a default...
Why. Due to this I can't find empty entries. Or entries were no category is set. So the filter should work on NULL and 0!
The bg_category is defined as NOT NULL! So a value must be set. But if we have a value like 0, the [None] Filter should do the work and should fetch this entries!
Any chance to tell the filter [none] to look for entries with the value 0?
TIA
Martin
I just tested this with latest release and it works for me. My bugs with no category have a value of 0 in that column. I don't know why it isn't working for you. I tried both my main bugs.aspx page and the search page.