Mention, that the JobsMixin is required for running jobs on a model instance #11682

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

Originally created by @991jo on GitHub (Oct 3, 2025).

Originally assigned to: @991jo on GitHub.

Change Type

Addition

Area

Plugins

Proposed Changes

If a Job is executed with an object passed in the instance variable a Validation error is raised, stating

Jobs cannot be assigned to this object type $OBJECTTYPE

All objects that have to be passed to a job need the JobsMixin. This is not clearly stated in the Plugin Development documentation.

Originally created by @991jo on GitHub (Oct 3, 2025). Originally assigned to: @991jo on GitHub. ### Change Type Addition ### Area Plugins ### Proposed Changes If a Job is executed with an object passed in the instance variable a Validation error is raised, stating > Jobs cannot be assigned to this object type $OBJECTTYPE All objects that have to be passed to a job need the JobsMixin. This is not clearly stated in the Plugin Development documentation.
adam added the status: acceptedtype: documentationnetbox labels 2025-12-29 21:48:34 +01:00
adam closed this issue 2025-12-29 21:48:34 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#11682