[PR #10687] [MERGED] Fixes #10580 #13680

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/10687
Author: @cpund
Created: 10/19/2022
Status: Merged
Merged: 10/20/2022
Merged by: @jeremystretch

Base: developHead: 10580-link-device


📝 Commits (3)

  • 68dccbe change IP address accessor to parent object
  • d41ecf3 set IP assigned check to link to interface
  • 750fd1e Fix Assigned not being orderable

📊 Changes

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

View changed files

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

📄 Description

Fixes: #10580

Changes accessor in IPAddressTable for the assigned column to switch it from linking to the IP address page to the linked interface's page.


🔄 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/10687 **Author:** [@cpund](https://github.com/cpund) **Created:** 10/19/2022 **Status:** ✅ Merged **Merged:** 10/20/2022 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `10580-link-device` --- ### 📝 Commits (3) - [`68dccbe`](https://github.com/netbox-community/netbox/commit/68dccbe6d4775ffa4731bb0793183df593ef9b0f) change IP address accessor to parent object - [`d41ecf3`](https://github.com/netbox-community/netbox/commit/d41ecf37ff05077f9dbdefb75582639cb2f3e096) set IP assigned check to link to interface - [`750fd1e`](https://github.com/netbox-community/netbox/commit/750fd1e47039a965e963b6074fd24a70f4817dbc) Fix Assigned not being orderable ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `netbox/ipam/tables/ip.py` (+1 -1) </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 filing a pull request. This helps avoid wasting time and effort on something that we might not be able to accept. IF YOUR PULL REQUEST DOES NOT REFERENCE AN ISSUE WHICH HAS BEEN ASSIGNED TO YOU, IT WE BE CLOSED AUTOMATICALLY. Specify your assigned issue number on the line below. --> ### Fixes: #10580 <!-- Please include a summary of the proposed changes below. --> Changes accessor in IPAddressTable for the assigned column to switch it from linking to the IP address page to the linked interface's page. --- <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:13 +01:00
adam closed this issue 2025-12-29 23:20:13 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#13680