Skip to content

Change log for terminating object is not updated when a cable is connected #16376

@jeremystretch

Description

@jeremystretch

Deployment Type

NetBox Cloud

NetBox Version

v4.0.3

Python Version

3.12

Steps to Reproduce

  1. Create a device with two interfaces
  2. Connect a cable between these two interfaces
  3. Edit the description of the first interface (merely to trigger the creation of a new change record)
  4. View the change log for the first interface

Expected Behavior

The interface's change log should contain three entries:

  1. The creation of the interface
  2. The association of the interface with the cable (the cable and cable_end fields)
  3. The modification of the description field

Observed Behavior

Only two entries exist in the change log: There is no record indicating the change of the associated cable. In the first entry, the cable and cable_end fields are empty; in the second, they have been populated.

Metadata

Metadata

Assignees

Labels

severity: lowDoes not significantly disrupt application functionality, or a workaround is availablestatus: acceptedThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the application

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions