[PR #10901] [MERGED] 4751 Enable plugins to inject content within object list views #13713

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/10901
Author: @arthanson
Created: 11/11/2022
Status: Merged
Merged: 11/14/2022
Merged by: @jeremystretch

Base: featureHead: 4751-plugin-inject-content


📝 Commits (5)

  • e7b01dc 4751 add plugin buttons to list templates
  • 49a670c 4751 add plugin buttons to list templates
  • 0831714 4751 add documentation
  • d8f78df 4751 fix object reference
  • 1d27b56 4751 update docs

📊 Changes

5 files changed (+28 additions, -1 deletions)

View changed files

📝 docs/plugins/development/views.md (+6 -1)
📝 netbox/extras/plugins/templates.py (+8 -0)
📝 netbox/extras/templatetags/plugins.py (+8 -0)
📝 netbox/extras/tests/dummy_plugin/template_content.py (+3 -0)
📝 netbox/templates/generic/object_list.html (+3 -0)

📄 Description

Fixes: #4751

Enable plugins to inject content within object list views


🔄 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/10901 **Author:** [@arthanson](https://github.com/arthanson) **Created:** 11/11/2022 **Status:** ✅ Merged **Merged:** 11/14/2022 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `feature` ← **Head:** `4751-plugin-inject-content` --- ### 📝 Commits (5) - [`e7b01dc`](https://github.com/netbox-community/netbox/commit/e7b01dc95bd5ab13b573c55622c55e2da871b20e) 4751 add plugin buttons to list templates - [`49a670c`](https://github.com/netbox-community/netbox/commit/49a670c235a9f82d1c521d958eecb7fb8536ed65) 4751 add plugin buttons to list templates - [`0831714`](https://github.com/netbox-community/netbox/commit/0831714f1672f2729c57041d3c23e9ac9073d4e8) 4751 add documentation - [`d8f78df`](https://github.com/netbox-community/netbox/commit/d8f78df7733124ffe405a7018c5f69089fba24ac) 4751 fix object reference - [`1d27b56`](https://github.com/netbox-community/netbox/commit/1d27b56fb72c7c4d878f341a3cb524eedc1c4a23) 4751 update docs ### 📊 Changes **5 files changed** (+28 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `docs/plugins/development/views.md` (+6 -1) 📝 `netbox/extras/plugins/templates.py` (+8 -0) 📝 `netbox/extras/templatetags/plugins.py` (+8 -0) 📝 `netbox/extras/tests/dummy_plugin/template_content.py` (+3 -0) 📝 `netbox/templates/generic/object_list.html` (+3 -0) </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: #4751 <!-- Please include a summary of the proposed changes below. --> Enable plugins to inject content within object list views --- <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:20:24 +01:00
adam closed this issue 2025-12-29 23:20:24 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#13713