Opened 16 years ago
Closed 16 years ago
#1206 closed defect (fixed)
= and <> operators have been switched when used on annotations and null values
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | BASE 2.9.1 |
Component: | core | Version: | |
Keywords: | Cc: |
Description
- Create an annotation type for any kind of item
- Create two items of the specific type. Annotate one of the with 'foo'. Do not annotate the other item.
- Display the annotation column in the list view and try the following filters: '=' -> Finds the item with an annotation '<>' -> Finds the annotation without an annotation
Clearly the result is switched.
Change History (2)
comment:1 by , 16 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
(In [4693]) Fixes #1206: = and <> operators have been switched when used on annotations and null values