[PR #13551] [MERGED] Closes #13415: Pass request context when rendering custom links in a table column #14210

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/13551
Author: @jeremystretch
Created: 8/24/2023
Status: Merged
Merged: 8/25/2023
Merged by: @jeremystretch

Base: developHead: 13415-customlink-column-context


📝 Commits (1)

  • 13d919f Closes #13415: Pass request context when rendering custom links in a table column

📊 Changes

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

View changed files

📝 netbox/netbox/tables/columns.py (+20 -12)

📄 Description

Fixes: #13415

Extends CustomLinkColumn to include the full context data supported by custom links.


🔄 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/13551 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 8/24/2023 **Status:** ✅ Merged **Merged:** 8/25/2023 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `13415-customlink-column-context` --- ### 📝 Commits (1) - [`13d919f`](https://github.com/netbox-community/netbox/commit/13d919fa8d587749ead0e6e7f9cd532e9be6dc72) Closes #13415: Pass request context when rendering custom links in a table column ### 📊 Changes **1 file changed** (+20 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `netbox/netbox/tables/columns.py` (+20 -12) </details> ### 📄 Description ### Fixes: #13415 Extends `CustomLinkColumn` to include the [full context data](https://docs.netbox.dev/en/stable/customization/custom-links/#context-data) supported by custom links. --- <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:23:11 +01:00
adam closed this issue 2025-12-29 23:23:11 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#14210