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

Fixes #6892: Fix validation of unit ranges when creating a rack reservation

This commit is contained in:
jeremystretch
2021-08-05 11:12:08 -04:00
parent ee8fd701ae
commit 46d0af6cef
2 changed files with 6 additions and 2 deletions

View File

@@ -9,6 +9,7 @@
### Bug Fixes
* [#6740](https://github.com/netbox-community/netbox/issues/6740) - Add import button to VM interfaces list
* [#6892](https://github.com/netbox-community/netbox/issues/6892) - Fix validation of unit ranges when creating a rack reservation
---