Werk #19361: Fix crash when sorting by Native VLAN in CDP inventory
| Component | HW/SW inventory | ||||
| Title | Fix crash when sorting by Native VLAN in CDP inventory | ||||
| Date | Mar 25, 2026 | ||||
| Level | Trivial Change | ||||
| Class | Bug Fix | ||||
| Compatibility | Compatible - no manual interaction needed | ||||
| Checkmk versions & editions |
|
Previously, sorting the CDP neighbors inventory table by the "Native VLAN" column caused a crash because the column was defined as a text field while the underlying data was numeric. This mismatch led to a type comparison error when trying to sort.