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

Fixes #6553: ProviderNetwork search should match on name

This commit is contained in:
jeremystretch
2021-06-08 14:06:17 -04:00
parent 7444110c79
commit cb4392628f
2 changed files with 9 additions and 0 deletions

View File

@@ -1,5 +1,13 @@
# NetBox v2.11
## v2.11.7 (FUTURE)
### Bug Fixes
* [#6553](https://github.com/netbox-community/netbox/issues/6553) - ProviderNetwork search should match on name
---
## v2.11.6 (2021-06-04)
### Bug Fixes