Exception for job details if object not set #17086
Labels
beta
Concerns a bug/feature in a beta release
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
Deployment Type
Self-hosted
NetBox Version
v4.1-beta1
Python Version
3.11
Steps to Reproduce
JobRunner
.enqueue()
.Expected Behavior
Job details are shown.
Observed Behavior
An exception is raised due to accessing
_meta
of the Job'sobject
. Howeverobject
isNone
as scheduled above.This is due to 3028f26 introducing breadcrumbs for jobs. However, d6432fb introduced the job object being optional around the same time.
The text was updated successfully, but these errors were encountered: