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

Fixes #7460: Fix filtering connections by site ID

This commit is contained in:
jeremystretch
2021-10-06 10:08:56 -04:00
parent c0010ec100
commit 3ab5682e7a
2 changed files with 50 additions and 68 deletions

View File

@@ -8,6 +8,7 @@
* [#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
* [#7460](https://github.com/netbox-community/netbox/issues/7460) - Fix filtering connections by site ID
---