[PR #4242] [CLOSED] InterfaceIPAddressTable to use non-edit link #12797

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/4242
Author: @PackeTsar
Created: 2/22/2020
Status: Closed

Base: developHead: develop


📝 Commits (1)

  • 488179b InterfaceIPAddressTable to use non-edit link

📊 Changes

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

View changed files

📝 netbox/ipam/tables.py (+1 -1)

📄 Description

InterfaceIPAddressTable was using IPADDRESS_ASSIGN_LINK (edit URL with return_url), change to using view-only URL with IPADDRESS_LINK

Fixes: #4241

Adjusted InterfaceIPAddressTable link object to use the view link to view the IP address page, instead of the edit link to edit the IP address


🔄 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/4242 **Author:** [@PackeTsar](https://github.com/PackeTsar) **Created:** 2/22/2020 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `develop` --- ### 📝 Commits (1) - [`488179b`](https://github.com/netbox-community/netbox/commit/488179b6d7e49dc502f95f04994afd22dbdba3b9) InterfaceIPAddressTable to use non-edit link ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `netbox/ipam/tables.py` (+1 -1) </details> ### 📄 Description InterfaceIPAddressTable was using IPADDRESS_ASSIGN_LINK (edit URL with return_url), change to using view-only URL with IPADDRESS_LINK ### Fixes: #4241 Adjusted InterfaceIPAddressTable link object to use the view link to view the IP address page, instead of the edit link to edit the IP address --- <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:23:40 +01:00
adam closed this issue 2025-12-29 22:23:41 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#12797