UserActions not being recorded when connecting interfaces #306

Closed
opened 2025-12-29 16:20:44 +01:00 by adam · 1 comment
Owner

Originally created by @LordBoBCUP on GitHub (Jul 29, 2016).

Not sure if its intended or not, but I notice that on v.1.3.2 recent activity isn't updated when adding connections between interfaces or adding interfaces to devices, however it seems to be updated for things like VLANs and modifying circuits. Not sure if it was intended for connections & interfaces to be omitted or this is an unexpected behavior?

Originally created by @LordBoBCUP on GitHub (Jul 29, 2016). Not sure if its intended or not, but I notice that on v.1.3.2 recent activity isn't updated when adding connections between interfaces or adding interfaces to devices, however it seems to be updated for things like VLANs and modifying circuits. Not sure if it was intended for connections & interfaces to be omitted or this is an unexpected behavior?
adam added the type: bug label 2025-12-29 16:20:44 +01:00
adam closed this issue 2025-12-29 16:20:44 +01:00
Author
Owner

@jeremystretch commented on GitHub (Jul 29, 2016):

UserActions are currently only being created by the generic utility views which are extended by most views in NetBox. However, a handful of views don't use these; notably the DCIM views for manipulating individual device components. Those views should be rewritten, not only to properly record UserActions but to clean up the code base.

@jeremystretch commented on GitHub (Jul 29, 2016): UserActions are currently only being created by the generic utility views which are extended by most views in NetBox. However, a handful of views don't use these; notably the DCIM views for manipulating individual device components. Those views should be rewritten, not only to properly record UserActions but to clean up the code base.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#306