[PR #17101] [MERGED] 17086 Fix exception on job details view #14999

Closed
opened 2025-12-30 00:19:22 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/17101
Author: @alehaa
Created: 8/7/2024
Status: Merged
Merged: 8/14/2024
Merged by: @jeremystretch

Base: featureHead: 17086-fix-job-details


📝 Commits (1)

📊 Changes

1 file changed (+12 additions, -6 deletions)

View changed files

📝 netbox/templates/core/job.html (+12 -6)

📄 Description

Fixes: #17086

If a job is not bound to an object, the job name will be used for breadcrumbs on the job details view instead. Clicking the breadcrumb will lead to the list of jobs with the same name (i.e. the same JobRunner).


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbox-community/netbox/pull/17101 **Author:** [@alehaa](https://github.com/alehaa) **Created:** 8/7/2024 **Status:** ✅ Merged **Merged:** 8/14/2024 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `feature` ← **Head:** `17086-fix-job-details` --- ### 📝 Commits (1) - [`7a8cebc`](https://github.com/netbox-community/netbox/commit/7a8cebcd25e2b62618eace7b08396e44fe974815) Fix job details view ### 📊 Changes **1 file changed** (+12 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `netbox/templates/core/job.html` (+12 -6) </details> ### 📄 Description <!-- Thank you for your interest in contributing to NetBox! Please note that our contribution policy requires that a feature request or bug report be approved and assigned prior to opening a pull request. This helps avoid waste time and effort on a proposed change that we might not be able to accept. IF YOUR PULL REQUEST DOES NOT REFERENCE AN ISSUE WHICH HAS BEEN ASSIGNED TO YOU, IT WILL BE CLOSED AUTOMATICALLY. Please specify your assigned issue number on the line below. --> ### Fixes: #17086 <!-- Please include a summary of the proposed changes below. --> If a job is not bound to an object, the job name will be used for breadcrumbs on the job details view instead. Clicking the breadcrumb will lead to the list of jobs with the same name (i.e. the same `JobRunner`). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-30 00:19:22 +01:00
adam closed this issue 2025-12-30 00:19:22 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#14999