Description
Deployment Type
Self-hosted
NetBox Version
v4.2.7
Python Version
3.11
Steps to Reproduce
- create a device
- create an interface on a device
- set the mode on the interface to tagged
- set the untagged vlan on that interface.
- save
- edit the interface
- unset vlan mode ( press the x button in that form field, the untagged vlan field will dissapear )
- press save - get error
Expected Behavior
vlan mode gets unset + untagged / tags vlans get deleted
Observed Behavior
an error was raised
<class 'ValueError'>
'InterfaceForm' has no field named 'untagged_vlan'.
Python version: 3.12.3
NetBox version: 4.2.7-Docker-3.2.0