Opened 17 years ago
Closed 17 years ago
#1018 closed enhancement (fixed)
Make it possible to filter on null at the same time as a real value
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | minor | Milestone: | BASE 2.7 |
Component: | core | Version: | |
Keywords: | Cc: |
Description
In the web client it is possible to filter on two values by giving a filter expression like: =A|B
It is also possible to filter on null values: =
. But is not possible to filter like this: =|B
This only matches B, not null. This feature is required to make #1011 fully functional.
Change History (4)
comment:1 by , 17 years ago
Status: | new → assigned |
---|
comment:2 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 by , 17 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Hmm... something strange has happened... The code that was checked in is missing some vital changes
comment:4 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Note:
See TracTickets
for help on using tickets.
(In [4270]) Fixes #1018: Make it possible to filter on null at the same time as a real value