Sorting Changelog table in User detail page crashes on Time, Action, Request ID columns. #11233

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

Originally created by @arthanson on GitHub (May 29, 2025).

Originally assigned to: @jeremystretch on GitHub.

Deployment Type

Self-hosted

NetBox Version

v4.3.1

Python Version

3.12

Steps to Reproduce

  1. Have a user with some changelog records
  2. Go to Admin -> Users and click on the User to bring up the detail page.
  3. Click the 'Time' Column

Note: Also happens on the 'Action' column and 'REQUEST ID'. These work fine on the Operations -> Change Log List view.

Expected Behavior

Table sorts as normal

Observed Behavior

Get Error: AttributeError: 'NoneType' object has no attribute '_base_manager'

Originally created by @arthanson on GitHub (May 29, 2025). Originally assigned to: @jeremystretch on GitHub. ### Deployment Type Self-hosted ### NetBox Version v4.3.1 ### Python Version 3.12 ### Steps to Reproduce 1. Have a user with some changelog records 2. Go to Admin -> Users and click on the User to bring up the detail page. 3. Click the 'Time' Column **Note:** Also happens on the 'Action' column and 'REQUEST ID'. These work fine on the Operations -> Change Log List view. ### Expected Behavior Table sorts as normal ### Observed Behavior Get Error: AttributeError: 'NoneType' object has no attribute '_base_manager'
adam added the type: bugstatus: acceptedseverity: low labels 2025-12-29 21:42:17 +01:00
adam closed this issue 2025-12-29 21:42:18 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#11233