-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Bug
Copy link
Labels
netboxseverity: 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
NetBox Edition
NetBox Community
NetBox Version
v4.4.5
Python Version
3.10
Steps to Reproduce
- Create a device MD1
- create a virtual chassis
- Add a new member (MD1) to the virtual chassis at position 1
- Delete the virtual chassis
Expected Behavior
The device vc_position should be set to None
Observed Behavior
The device vc_position is still set to 1. This causes the ObjectChange to be recorded wrong and can result in errors in branching when doing a sync. See branching issue #170
Metadata
Metadata
Assignees
Labels
netboxseverity: 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