[PR #8159] [MERGED] Closes #6782: Custom link columns #13323

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/8159
Author: @jeremystretch
Created: 12/23/2021
Status: Merged
Merged: 12/23/2021
Merged by: @jeremystretch

Base: developHead: 6782-custom-link-columns


📝 Commits (3)

📊 Changes

5 files changed (+72 additions, -19 deletions)

View changed files

📝 docs/models/extras/customlink.md (+4 -0)
📝 docs/release-notes/version-3.1.md (+1 -0)
📝 netbox/extras/models/models.py (+18 -0)
📝 netbox/extras/templatetags/custom_links.py (+10 -14)
📝 netbox/utilities/tables.py (+39 -5)

📄 Description

Closes: #6782

  • Move rendering logic from the custom_links template tag to the CustomLink class
  • Introduce CustomLinkColumn for table rendering

🔄 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/8159 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 12/23/2021 **Status:** ✅ Merged **Merged:** 12/23/2021 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `6782-custom-link-columns` --- ### 📝 Commits (3) - [`3d7d19b`](https://github.com/netbox-community/netbox/commit/3d7d19b608730aab08429677a7489b508f999fe1) Move rendering logic under CustomLink class - [`9dafb36`](https://github.com/netbox-community/netbox/commit/9dafb36c8838b7fecde6f03251f2ec6d00327c66) Introduce CustomLinkColumn - [`99e0dce`](https://github.com/netbox-community/netbox/commit/99e0dcec76c51c255e647fb96fa52d56e7266e6d) Changelog & docs for #6782 ### 📊 Changes **5 files changed** (+72 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `docs/models/extras/customlink.md` (+4 -0) 📝 `docs/release-notes/version-3.1.md` (+1 -0) 📝 `netbox/extras/models/models.py` (+18 -0) 📝 `netbox/extras/templatetags/custom_links.py` (+10 -14) 📝 `netbox/utilities/tables.py` (+39 -5) </details> ### 📄 Description ### Closes: #6782 - Move rendering logic from the `custom_links` template tag to the `CustomLink` class - Introduce CustomLinkColumn for table rendering --- <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 22:26:46 +01:00
adam closed this issue 2025-12-29 22:26:46 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#13323