Opened 8 years ago
Closed 8 years ago
#937 closed enhancement (fixed)
Improve filters in YellowLabel tracking wizard
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | minor | Milestone: | Reggie v4.9.1 |
Component: | net.sf.basedb.reggie | Keywords: | |
Cc: |
Description
Trying to use filters like: =
(find items with no value) and <>
(find items with any value) doesn't work as expected.
The =
filter doesn't match any items at all. It should match items that is missing a value.
The <>
filter is interpreted as "find item less than '>'" and may or may not return any items depending on the column type. It should match item that have any value.
Note:
See TracTickets
for help on using tickets.
(In [4343]) Fixes #937: Improve filters in YellowLabel tracking wizard