DCIM Interface: ObjectChange missing for deleted untagged VLANs #18717
Labels
severity: low
Does not significantly disrupt application functionality, or a workaround is available
status: accepted
This issue has been accepted for implementation
type: bug
A confirmed report of unexpected behavior in the application
Milestone
Uh oh!
There was an error while loading. Please reload this page.
Deployment Type
NetBox Cloud (demo), Self-hosted
NetBox Version
v4.2.0 (demo.netbox.dev) & v4.1.11 (locally)
Python Version
3.11
Steps to Reproduce
Expected Behavior
Interface ObjectChange
update
for each VLAN deletion:tagged_vlans
to empty listuntagged_vlan
tonull
/None
Observed Behavior
Only one Interface ObjectChange
update
is created for VLAN deletion:tagged_vlans
.No Interface ObjectChange is created for
untagged_vlan
when related VLAN is deleted. According to Interface Changelog the Interface still has anuntagged_vlan
when in fact it does not exist anymore.The text was updated successfully, but these errors were encountered: