[PR #20703] [MERGED] Closes #20700: Add ContactsColumnMixin to multiple tables #16018

Closed
opened 2025-12-30 00:25:21 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/20703
Author: @pheus
Created: 10/28/2025
Status: Merged
Merged: 10/28/2025
Merged by: @jeremystretch

Base: mainHead: 20700-add-contacts-column-to-ipam-and-vpn-tables


📝 Commits (1)

  • 2752117 feat(tables): Add ContactsColumnMixin to multiple tables

📊 Changes

4 files changed (+22 additions, -20 deletions)

View changed files

📝 netbox/ipam/tables/asn.py (+3 -3)
📝 netbox/ipam/tables/ip.py (+9 -9)
📝 netbox/vpn/tables/l2vpn.py (+3 -3)
📝 netbox/vpn/tables/tunnels.py (+7 -5)

📄 Description

Fixes: #20700

Add the contacts column to remaining IPAM/VPN tables via ContactsColumnMixin (adds "contacts" to default columns).

Updated tables

  • netbox.ipam.models.asns.ASN
  • netbox.ipam.models.ip.Aggregate
  • netbox.ipam.models.ip.Prefix
  • netbox.ipam.models.ip.IPRange
  • netbox.ipam.models.ip.IPAddress
  • netbox.vpn.models.tunnels.TunnelGroup
  • netbox.vpn.models.tunnels.Tunnel
  • netbox.vpn.models.l2vpn.L2VPN

UI-only change; no database or dependency changes.


🔄 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/20703 **Author:** [@pheus](https://github.com/pheus) **Created:** 10/28/2025 **Status:** ✅ Merged **Merged:** 10/28/2025 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `main` ← **Head:** `20700-add-contacts-column-to-ipam-and-vpn-tables` --- ### 📝 Commits (1) - [`2752117`](https://github.com/netbox-community/netbox/commit/2752117c9f655476c8e50bbcca003c3ce6d7524b) feat(tables): Add ContactsColumnMixin to multiple tables ### 📊 Changes **4 files changed** (+22 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `netbox/ipam/tables/asn.py` (+3 -3) 📝 `netbox/ipam/tables/ip.py` (+9 -9) 📝 `netbox/vpn/tables/l2vpn.py` (+3 -3) 📝 `netbox/vpn/tables/tunnels.py` (+7 -5) </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 opening a pull request. This helps avoid waste time and effort on a proposed change that we might not be able to accept. IF YOUR PULL REQUEST DOES NOT REFERENCE AN ISSUE WHICH HAS BEEN ASSIGNED TO YOU, IT WILL BE CLOSED AUTOMATICALLY. Please specify your assigned issue number on the line below. --> ### Fixes: #20700 <!-- Please include a summary of the proposed changes below. --> Add the `contacts` column to remaining IPAM/VPN tables via `ContactsColumnMixin` (adds `"contacts"` to default columns). **Updated tables** - `netbox.ipam.models.asns.ASN` - `netbox.ipam.models.ip.Aggregate` - `netbox.ipam.models.ip.Prefix` - `netbox.ipam.models.ip.IPRange` - `netbox.ipam.models.ip.IPAddress` - `netbox.vpn.models.tunnels.TunnelGroup` - `netbox.vpn.models.tunnels.Tunnel` - `netbox.vpn.models.l2vpn.L2VPN` UI-only change; no database or dependency changes. --- <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-30 00:25:21 +01:00
adam closed this issue 2025-12-30 00:25:21 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#16018