Fix runscript management command

Defining names for background jobs was disabled with fb75389. The
preceeding changes in 257976d did forget the management command.
This commit is contained in:
Alexander Haase 2024-07-30 11:53:52 +02:00
parent 32ebe7bebe
commit ecf8e79fdd

View File

@ -87,7 +87,6 @@ class Command(BaseCommand):
ScriptJob = import_string("extras.jobs.ScriptJob")
job = ScriptJob.enqueue(
instance=script_obj,
name=script.name,
user=user,
immediate=True,
data=data,