Fixes #7084: Fix KeyError exception when editing access VLAN on an interface

This commit is contained in:
jeremystretch
2021-08-31 09:39:49 -04:00
parent bb2bc12ea4
commit 42e52ee722
2 changed files with 3 additions and 2 deletions

View File

@@ -6,6 +6,7 @@
* [#7070](https://github.com/netbox-community/netbox/issues/7070) - Fix exception when filtering by prefix max length in UI
* [#7071](https://github.com/netbox-community/netbox/issues/7071) - Fix exception when removing a primary IP from a device/VM
* [#7084](https://github.com/netbox-community/netbox/issues/7084) - Fix KeyError exception when editing access VLAN on an interface
* [#7096](https://github.com/netbox-community/netbox/issues/7096) - Home links should honor `BASE_PATH` configuration
---