Fixes #8935: Correct ordering of next/previous racks to use naturalized names

This commit is contained in:
jeremystretch
2022-03-22 09:50:38 -04:00
parent f6d4d54d06
commit 3c0a04ebb5
2 changed files with 3 additions and 2 deletions

View File

@@ -15,6 +15,7 @@
* [#8820](https://github.com/netbox-community/netbox/issues/8820) - Fix navbar background color in dark mode
* [#8850](https://github.com/netbox-community/netbox/issues/8850) - Show airflow field on device REST API serializer when config context data is included
* [#8932](https://github.com/netbox-community/netbox/issues/8932) - Fix error when setting null value for interface `rf_role` via REST API
* [#8935](https://github.com/netbox-community/netbox/issues/8935) - Correct ordering of next/previous racks to use naturalized names
---