Jobs table is empty on Reports #14199
Labels
severity: low
Does not significantly disrupt application functionality, or a workaround is available
status: accepted
This issue has been accepted for implementation
type: bug
A confirmed report of unexpected behavior in the application
NetBox version
v3.6.4
Python version
3.8
Steps to Reproduce
/extras/reports/
Expected Behavior
The number of rows in the table should match the number in the badge.
Observed Behavior
The table shows no rows, despite there being a number in the badge.
It looks like
ReportJobsView
has this line:netbox/netbox/extras/views.py
Line 1076 in 22e474f
While
ScriptJobsView
has this line:netbox/netbox/extras/views.py
Line 1252 in 22e474f
Changing
ReportJobsView
to havereport.class_name
instead ofreport.name
seems to resolve this issue. Therefore, I suspect this might only be present on reports with a custom name set, but I am unable to test this at this time.The text was updated successfully, but these errors were encountered: