Project

General

Profile

Actions

Bug #4092

closed

Invalid option 'None' in multichoice dropdowns in Event search

Added by Radko Krkoš almost 6 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Low
Assignee:
Category:
Development - GUI
Target version:
Start date:
05/15/2018
Due date:
% Done:

100%

Estimated time:
To be discussed:

Description

Several multichoice dropdowns on Event search contain the option 'None' which, when selected, results the Search to fail with "'None' is not a valid choice for this field".

How to reproduce:
  1. Set up query with Severities set to 'None', press 'Search'
  2. A warning "'None' is not a valid choice for this field" appears below the Severities multichoice element.
  • Behavior confirmed for other multichoices offering 'None' option (Source types, Categories, Classes, ...)
  • Option 'None' appears for columns containing NULL values at data level. Correct behaviour therefore probably is:
    ... WHERE "cesnet_eventseverity" is NULL ...
    or (in case of multi selection):
    ... WHERE "cesnet_eventseverity" is NULL OR "cesnet_eventseverity" = ANY(ARRAY[#1, #2, ...]) ...

Related issues

Related to Mentat - Bug #4091: Option "<< no preference >>" for multichoice selectors in Event search translates to probably unintended queryClosedRadko Krkoš05/15/2018

Actions
Actions

Also available in: Atom PDF