Werk #15094: HW/SW Inventory: Fix crash while filtering the operational status in network interfaces views
Component | User interface | ||||||
Title | HW/SW Inventory: Fix crash while filtering the operational status in network interfaces views | ||||||
Date | Feb 17, 2023 | ||||||
Level | Trivial Change | ||||||
Class | Bug Fix | ||||||
Compatibility | Compatible - no manual interaction needed | ||||||
Checkmk versions & editions |
|
The crash shows
KeyError (invinterface_oper_status)
...
File "/omd/sites/gotamedia/lib/python3/cmk/gui/query_filters.py", line 947, in _add_row
if (filter_key := "%s_%d" % (ident, row["invinterface_oper_status"])) in values: