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

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 c3a6a4520a
commit cbe090cd3c
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
---