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

Fixes #6563: Fix filtering by location for cable connection forms

This commit is contained in:
jeremystretch
2021-06-08 14:15:06 -04:00
parent cb4392628f
commit 6ec296f2a7
2 changed files with 2 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
### Bug Fixes
* [#6553](https://github.com/netbox-community/netbox/issues/6553) - ProviderNetwork search should match on name
* [#6563](https://github.com/netbox-community/netbox/issues/6563) - Fix filtering by location for cable connection forms
---