Fixes #4084: Fix exception when creating an interface with tagged VLANs

This commit is contained in:
Jeremy Stretch
2020-02-04 11:47:14 -05:00
parent aab5bb31de
commit f9fdb08c27
4 changed files with 11 additions and 2 deletions

View File

@@ -18,6 +18,7 @@
* [#4067](https://github.com/netbox-community/netbox/issues/4067) - Correct permission checked when creating a rack (vs. editing)
* [#4071](https://github.com/netbox-community/netbox/issues/4071) - Enforce "view tag" permission on individual tag view
* [#4079](https://github.com/netbox-community/netbox/issues/4079) - Fix assignment of power panel when bulk editing power feeds
* [#4084](https://github.com/netbox-community/netbox/issues/4084) - Fix exception when creating an interface with tagged VLANs
---