Tables in cards ignore default_colums and show all columns instead #11148

Closed
opened 2025-12-29 21:40:57 +01:00 by adam · 2 comments
Owner

Originally created by @peteeckel on GitHub (May 8, 2025).

Deployment Type

Self-hosted

NetBox Version

v4.3.0

Python Version

3.11

Steps to Reproduce

  • Create a prefix in IPAM
  • Create an IP address in the prefix
  • Navigate to the IP address' detail view

Expected Behavior

The "Parent Prefixes" table on the right hand side should show only the default columns:

  • pk
  • prefix
  • status
  • children
  • vrf
  • utilization
  • tenant
  • scope
  • vlan
  • role
  • description

Observed Behavior

The "Parent Prefixes" table shows all columns.

Image

This happens with all tables in cards, as far as I can see, and affects both core NetBox models and plugin models.

Originally created by @peteeckel on GitHub (May 8, 2025). ### Deployment Type Self-hosted ### NetBox Version v4.3.0 ### Python Version 3.11 ### Steps to Reproduce * Create a prefix in IPAM * Create an IP address in the prefix * Navigate to the IP address' detail view ### Expected Behavior The "Parent Prefixes" table on the right hand side should show only the default columns: * `pk` * `prefix` * `status` * `children` * `vrf` * `utilization` * `tenant` * `scope` * `vlan` * `role` * `description` ### Observed Behavior The "Parent Prefixes" table shows all columns. <img width="2163" alt="Image" src="https://github.com/user-attachments/assets/8a4aa999-e0d4-4152-8c88-4bc1a28d2469" /> This happens with all tables in cards, as far as I can see, and affects both core NetBox models and plugin models.
adam added the type: bugstatus: duplicate labels 2025-12-29 21:40:57 +01:00
adam closed this issue 2025-12-29 21:40:57 +01:00
Author
Owner

@pheus commented on GitHub (May 8, 2025):

Hi @peteeckel,
This might be a duplicate of #19380. If that's the case, the fix is scheduled for the upcoming v4.3.1 release.

@pheus commented on GitHub (May 8, 2025): Hi @peteeckel, This might be a duplicate of #19380. If that's the case, the fix is scheduled for the upcoming v4.3.1 release.
Author
Owner

@peteeckel commented on GitHub (May 8, 2025):

Definitely, it's the same.

@peteeckel commented on GitHub (May 8, 2025): Definitely, it's the same.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#11148