Creation of device/VM components is not being logged #2035

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

Originally created by @jeremystretch on GitHub (Sep 28, 2018).

Environment

  • Python version: 3.5.2
  • NetBox version: 2.4.4

Steps to Reproduce

  1. Create or view a device
  2. Add a new component, such as an interface
  3. View the device's change log

Expected Behavior

The creation of the new component should appear in the log.

Observed Behavior

The creation of the component was not logged. This is due to the use bulk_create() in ComponentCreateView.

Originally created by @jeremystretch on GitHub (Sep 28, 2018). ### Environment * Python version: 3.5.2 * NetBox version: 2.4.4 ### Steps to Reproduce 1. Create or view a device 2. Add a new component, such as an interface 3. View the device's change log ### Expected Behavior The creation of the new component should appear in the log. ### Observed Behavior The creation of the component was not logged. This is due to the use `bulk_create()` in ComponentCreateView.
adam added the type: bugstatus: accepted labels 2025-12-29 17:21:39 +01:00
adam closed this issue 2025-12-29 17:21:39 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#2035