- Notifications
You must be signed in to change notification settings - Fork 2.9k
Labels
netboxseverity: lowDoes not significantly disrupt application functionality, or a workaround is availableDoes not significantly disrupt application functionality, or a workaround is availablestatus: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application
Milestone
Description
NetBox Edition
NetBox Community
NetBox Version
v4.4.5
Python Version
3.12
Steps to Reproduce
- Have a background job that has at least attempted to run
- Navigate to Admin → Background Tasks
- On the Background Tasks page, click on a number greater than zero in one of the status columns (e.g., click on the number of failed jobs for the default queue)
- On the job list page for that status, click on a job ID to view job details
- On the job details page, click the queue name breadcrumb link at the top (e.g., "default")
Expected Behavior
The breadcrumb link should navigate to /background-queues/0/failed/ (or the appropriate lowercase status: queued, started, finished)
Observed Behavior
The breadcrumb link navigates to /background-queues/0/JobStatus.FAILED/ (or JobStatus.STARTED, JobStatus.QUEUED), resulting in a 404 page not found error
Metadata
Metadata
Assignees
Labels
netboxseverity: lowDoes not significantly disrupt application functionality, or a workaround is availableDoes not significantly disrupt application functionality, or a workaround is availablestatus: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application