1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Fixes #6252: Fix assignment of console port speed values above 19.2kbps

This commit is contained in:
jeremystretch
2021-04-23 10:07:11 -04:00
parent 52747e364a
commit 4939b6b641
3 changed files with 24 additions and 2 deletions

View File

@@ -5,6 +5,7 @@
### Bug Fixes
* [#6246](https://github.com/netbox-community/netbox/issues/6246) - Permit full-length descriptions when creating device components and VM interfaces
* [#6252](https://github.com/netbox-community/netbox/issues/6252) - Fix assignment of console port speed values above 19.2kbps
* [#6254](https://github.com/netbox-community/netbox/issues/6254) - Disable ordering of space column in racks table
* [#6258](https://github.com/netbox-community/netbox/issues/6258) - Fix parent assignment for SiteGroup API serializer