mirror of
https://github.com/netbox-community/netbox.git
synced 2026-02-05 14:56:24 -06:00
* Initial work on #19589 * Add tooling for handling background requests * UI notification should link to enqueued job * Use an informative name for the job * Disable background jobs for file uploads
This commit is contained in:
@@ -116,7 +116,7 @@ class Job(models.Model):
|
||||
verbose_name_plural = _('jobs')
|
||||
|
||||
def __str__(self):
|
||||
return str(self.job_id)
|
||||
return self.name
|
||||
|
||||
def get_absolute_url(self):
|
||||
# TODO: Employ dynamic registration
|
||||
|
||||
Reference in New Issue
Block a user