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

Fixes #5350: Filter available racks by selected group when creating a rack reservation

This commit is contained in:
Jeremy Stretch
2020-11-16 10:38:57 -05:00
parent 9f8f9e8b97
commit 9a736170fe
2 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,7 @@
### Bug Fixes
* [#5345](https://github.com/netbox-community/netbox/issues/5345) - Fix non-deterministic ordering of prefixes and IP addresses
* [#5350](https://github.com/netbox-community/netbox/issues/5350) - Filter available racks by selected group when creating a rack reservation
---