-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
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
Description
Deployment Type
NetBox Cloud
NetBox Version
v4.1.1
Python Version
3.10
Steps to Reproduce
- Create two devices, A & B.
- Create interface 1 on device A and interfaces 1 and 2 on device B.
- Create a cable connecting interface 1 on both devices.
- Move the cable from device B interface 1 to interface 2.
- Inspect the change log.
Expected Behavior
Change records should be created for each of the following changes:
- Delete the cable termination for interface 1
- Creating the cable termination for interface 2
- Nullifying the
cableandcable_endfields on interface 1 - Setting the
cableandcable_endfields on interface 2
Observed Behavior
No change record is created for the cable and cable_end fields on interface 1.
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