[PR #10286] [MERGED] Fixes #10259: Fix NoReverseMatch exception when listing available prefixes with "flat" column displayed #13600

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/10286
Author: @jeremystretch
Created: 9/7/2022
Status: Merged
Merged: 9/8/2022
Merged by: @jeremystretch

Base: developHead: 10259-prefix-flat-link


📝 Commits (1)

  • 51d066a Fixes #10259: Fix NoReverseMatch exception when listing available prefixes with "flat" column displayed

📊 Changes

2 files changed (+15 additions, -6 deletions)

View changed files

📝 docs/release-notes/version-3.3.md (+1 -0)
📝 netbox/ipam/tables/ip.py (+14 -6)

📄 Description

Fixes: #10259

  • Change prefix_flat to a TemplateColumn
  • Tweak PREFIX_LINK template code to avoid duplication

🔄 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/10286 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 9/7/2022 **Status:** ✅ Merged **Merged:** 9/8/2022 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `10259-prefix-flat-link` --- ### 📝 Commits (1) - [`51d066a`](https://github.com/netbox-community/netbox/commit/51d066a1bc05ef10aada58635c4142b0e42149f6) Fixes #10259: Fix NoReverseMatch exception when listing available prefixes with "flat" column displayed ### 📊 Changes **2 files changed** (+15 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `docs/release-notes/version-3.3.md` (+1 -0) 📝 `netbox/ipam/tables/ip.py` (+14 -6) </details> ### 📄 Description ### Fixes: #10259 - Change `prefix_flat` to a TemplateColumn - Tweak `PREFIX_LINK` template code to avoid duplication --- <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:19:47 +01:00
adam closed this issue 2025-12-29 23:19:47 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#13600