Fixes #6308: Fix linking of available VLANs in VLAN group view

This commit is contained in:
jeremystretch
2021-04-29 08:43:46 -04:00
parent b9d6b98865
commit 29afb0c8a5
3 changed files with 23 additions and 15 deletions

View File

@@ -6,6 +6,10 @@
* [#6197](https://github.com/netbox-community/netbox/issues/6197) - Introduced `SESSION_COOKIE_NAME` config parameter
### Bug Fixes
* [#6308](https://github.com/netbox-community/netbox/issues/6308) - Fix linking of available VLANs in VLAN group view
---
## v2.11.2 (2021-04-27)