Fixes #6369: Fix interface assignment for VLANs in non-scoped groups

This commit is contained in:
jeremystretch
2021-05-06 14:36:23 -04:00
parent 48f32dc578
commit c51c7d3f5a
2 changed files with 3 additions and 0 deletions

View File

@@ -22,6 +22,7 @@
* [#6355](https://github.com/netbox-community/netbox/issues/6355) - Fix caching error when swapping A/Z circuit terminations
* [#6357](https://github.com/netbox-community/netbox/issues/6357) - Fix ProviderNetwork nested API serializer
* [#6363](https://github.com/netbox-community/netbox/issues/6363) - Correct pre-population of cluster group when creating a cluster
* [#6369](https://github.com/netbox-community/netbox/issues/6369) - Fix interface assignment for VLANs in non-scoped groups
---