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

Fixes #5360: Clear VLAN assignments when setting interface mode to none

This commit is contained in:
Jeremy Stretch
2020-11-20 14:40:21 -05:00
parent 58668a6807
commit 3dd2e4c84c
3 changed files with 13 additions and 24 deletions

View File

@@ -13,6 +13,7 @@
* [#5350](https://github.com/netbox-community/netbox/issues/5350) - Filter available racks by selected group when creating a rack reservation
* [#5355](https://github.com/netbox-community/netbox/issues/5355) - Limit rack groups by selected site when editing a rack
* [#5356](https://github.com/netbox-community/netbox/issues/5356) - Populate manufacturer field when adding a device component template
* [#5360](https://github.com/netbox-community/netbox/issues/5360) - Clear VLAN assignments when setting interface mode to none
---