Skip to content
Snippets Groups Projects
Commit 48dca0c7 authored by Emanuele Aina's avatar Emanuele Aina Committed by Vignesh Raman
Browse files

dashboard: Apply filters more consistently


Applying filters one-at-a-time can lead do broken behavior:

* deselect both the `info` and `error` severity checkboxes
* all reports are correctly hidden
* deselect the `apertis/v2021` channels checkbox
* all the other reports incorrectly show up again, regardless of
  their severity

This is because when applying the updated channels filter the code does
not look at the other active filters.

Tweak the code to always check *all* filters regardless of the one that
has been updated.

Signed-off-by: Emanuele Aina's avatarEmanuele Aina <emanuele.aina@collabora.com>
parent 9e6a028d
No related branches found
No related tags found
Loading
Checking pipeline status
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment