Bug #35277
closednew host ui, content, errata subtab, when N/A is chosen as severity filter erratas results are empty
Description
Description of problem:
SSIA
2 attached screenshots one is listing an erratas with no filter and the second one shows the described problem, no erratas shown when N/A selected.
Version-Release number of selected component (if applicable):
sat 6.11 snap 14
How reproducible:
Always
Steps to Reproduce:
1. register a host to activation key with the content view that contains a package with errata
2. install the package
3. open the new host UI, content tab, errata sub tab, choose severity filter N/A
Actual results:
filtering severity by N/A doesn't work
Expected results:
Possible solutions:
the severity filter will no longer support N/A option
or the filter will work correctly.
Of course preferably the latter.
Additional info:
I can provide a reproducer if needed, can be problematic to create N/A severity errata.
The answer from the developer, the explanation and the workaround.
N/A is stored as 'None' in the actual errata metadata, so I think you'd have to search for 'severity = None'. The autocomplete should help with this.