Opened 15 years ago

Closed 15 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

  1. Create an annotation type for any kind of item
  2. Create two items of the specific type. Annotate one of the with 'foo'. Do not annotate the other item.
  3. 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 Nicklas Nordborg, 15 years ago

Owner: changed from everyone to Nicklas Nordborg
Status: newassigned

comment:2 by Nicklas Nordborg, 15 years ago

Resolution: fixed
Status: assignedclosed

(In [4693]) Fixes #1206: = and <> operators have been switched when used on annotations and null values

Note: See TracTickets for help on using tickets.