-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Labels
severity: lowDoes not significantly disrupt application functionality, or a workaround is availableDoes not significantly disrupt application functionality, or a workaround is availablestatus: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application
Milestone
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
Etibru
Metadata
Metadata
Assignees
Labels
severity: lowDoes not significantly disrupt application functionality, or a workaround is availableDoes not significantly disrupt application functionality, or a workaround is availablestatus: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application