[PR #16271] [MERGED] 16149 add (optional) obj hyperlink to script list table #14825

Closed
opened 2025-12-29 23:26:57 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/16271
Author: @arthanson
Created: 5/23/2024
Status: Merged
Merged: 6/21/2024
Merged by: @jeremystretch

Base: developHead: 16149-script-list


📝 Commits (5)

  • bc24820 16149 add (optional) obj hyperlink to script list table
  • 422bfda 16149 add (optional) obj hyperlink to script list table
  • 48bd8d1 Merge branch 'develop' into 16149-script-list
  • dc33737 16149 review feedback
  • dd31706 16149 review changes

📊 Changes

5 files changed (+30 additions, -7 deletions)

View changed files

📝 docs/customization/custom-scripts.md (+5 -5)
📝 netbox/extras/scripts.py (+2 -0)
📝 netbox/extras/tables/tables.py (+20 -1)
📝 netbox/extras/views.py (+2 -0)
📝 netbox/templates/extras/script_result.html (+1 -1)

📄 Description

Fixes: #16149

  • Fix documentation to refer to obj instead of object
  • Add (optional) obj, url to script table (was only on reports table)
  • hyperlink the obj, url to the respective object when display
  • add the obj to the log message as documentation states and backwards compatability

🔄 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/16271 **Author:** [@arthanson](https://github.com/arthanson) **Created:** 5/23/2024 **Status:** ✅ Merged **Merged:** 6/21/2024 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `16149-script-list` --- ### 📝 Commits (5) - [`bc24820`](https://github.com/netbox-community/netbox/commit/bc248208e27d2360403710f06e41e5a96d88ac28) 16149 add (optional) obj hyperlink to script list table - [`422bfda`](https://github.com/netbox-community/netbox/commit/422bfdafd6a7795aa9ced5970a038b2208464605) 16149 add (optional) obj hyperlink to script list table - [`48bd8d1`](https://github.com/netbox-community/netbox/commit/48bd8d1347811649550ed82ce79fd207accf0484) Merge branch 'develop' into 16149-script-list - [`dc33737`](https://github.com/netbox-community/netbox/commit/dc337375a5fa4f5342f493ac5bb1f3b13f854351) 16149 review feedback - [`dd31706`](https://github.com/netbox-community/netbox/commit/dd31706c3553d1dbc0a8dcffecf09db785b9a9a1) 16149 review changes ### 📊 Changes **5 files changed** (+30 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `docs/customization/custom-scripts.md` (+5 -5) 📝 `netbox/extras/scripts.py` (+2 -0) 📝 `netbox/extras/tables/tables.py` (+20 -1) 📝 `netbox/extras/views.py` (+2 -0) 📝 `netbox/templates/extras/script_result.html` (+1 -1) </details> ### 📄 Description ### Fixes: #16149 * Fix documentation to refer to obj instead of object * Add (optional) obj, url to script table (was only on reports table) * hyperlink the obj, url to the respective object when display * add the obj to the log message as documentation states and backwards compatability --- <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-29 23:26:57 +01:00
adam closed this issue 2025-12-29 23:26:57 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#14825