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

Closed
opened 2025-12-29 21:22:31 +01:00 by adam · 0 comments
Owner

Originally created by @jeremystretch on GitHub (May 31, 2024).

Originally assigned to: @jeremystretch on GitHub.

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.

Originally created by @jeremystretch on GitHub (May 31, 2024). Originally assigned to: @jeremystretch on GitHub. ### 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.
adam added the type: bugstatus: acceptedseverity: low labels 2025-12-29 21:22:31 +01:00
adam closed this issue 2025-12-29 21:22:32 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#9780