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

Fixes #7459: Pre-populate location data when adding a device to a rack

This commit is contained in:
jeremystretch
2021-10-06 10:00:31 -04:00
parent 6897c5fadd
commit c0010ec100
2 changed files with 12 additions and 7 deletions

View File

@@ -7,6 +7,7 @@
* [#7442](https://github.com/netbox-community/netbox/issues/7442) - Fix missing actions column on user-configured tables
* [#7446](https://github.com/netbox-community/netbox/issues/7446) - Fix exception when viewing a large number of child IPs within a prefix
* [#7455](https://github.com/netbox-community/netbox/issues/7455) - Fix site/provider network validation for circuit termination API serializer
* [#7459](https://github.com/netbox-community/netbox/issues/7459) - Pre-populate location data when adding a device to a rack
---