Skip to content

Conversation

@pheus
Copy link
Contributor

@pheus pheus commented Oct 28, 2025

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.

Integrate `ContactsColumnMixin` into various IPAM and VPN tables to
improve contact management. Updates table fields to include `contacts`.

Fixes netbox-community#20700
@jnovinger jnovinger requested review from a team and jnovinger and removed request for a team October 28, 2025 16:07
@jeremystretch jeremystretch requested review from jeremystretch and removed request for jnovinger October 28, 2025 17:27
Copy link
Member

@jeremystretch jeremystretch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @pheus!

@jeremystretch jeremystretch merged commit d6f756d into netbox-community:main Oct 28, 2025
7 checks passed
@pheus pheus deleted the 20700-add-contacts-column-to-ipam-and-vpn-tables branch October 28, 2025 17:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add 'contacts' field to table classes for remaining unhandled models

2 participants