You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Schedule the job runner without an instance being passed to enqueue_once().
Navigate to jobs list view
Expected Behavior
List is shown
Observed Behavior
AttributeError at /core/jobs/
'NoneType' object has no attribute 'model'
This seems to be similar to #17086, but I don't know why it wasn't observed in previous versions.
As this blocks implementation of #16971 or at least makes the changes impractical to use, I'd like to check on this issue first (and volunteer for a PR).
The text was updated successfully, but these errors were encountered:
Deployment Type
Self-hosted
NetBox Version
v4.1.3
Python Version
3.11
Steps to Reproduce
enqueue_once()
.Expected Behavior
List is shown
Observed Behavior
This seems to be similar to #17086, but I don't know why it wasn't observed in previous versions.
As this blocks implementation of #16971 or at least makes the changes impractical to use, I'd like to check on this issue first (and volunteer for a PR).
The text was updated successfully, but these errors were encountered: