[PR #20446] [MERGED] Fixes #20441: Fix display of the "groups" column in contact assignments table #15924

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/20446
Author: @jeremystretch
Created: 9/29/2025
Status: Merged
Merged: 9/29/2025
Merged by: @jnovinger

Base: mainHead: 20441-contact-assignment-groups-column


📝 Commits (1)

  • f2fd70b Fixes #20441: Fix display of the "groups" column in contact assignments table

📊 Changes

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

View changed files

📝 netbox/tenancy/tables/contacts.py (+5 -5)

📄 Description

Fixes: #20441

Rename the contact_group column on ContactAssignmentTable to contact_groups (plural) and change it to a ManyToManyColumn


🔄 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/20446 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 9/29/2025 **Status:** ✅ Merged **Merged:** 9/29/2025 **Merged by:** [@jnovinger](https://github.com/jnovinger) **Base:** `main` ← **Head:** `20441-contact-assignment-groups-column` --- ### 📝 Commits (1) - [`f2fd70b`](https://github.com/netbox-community/netbox/commit/f2fd70bbb5a94e44d63fe298a47da21d2ff561fd) Fixes #20441: Fix display of the "groups" column in contact assignments table ### 📊 Changes **1 file changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `netbox/tenancy/tables/contacts.py` (+5 -5) </details> ### 📄 Description ### Fixes: #20441 Rename the `contact_group` column on ContactAssignmentTable to `contact_groups` (plural) and change it to a ManyToManyColumn --- <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:24:49 +01:00
adam closed this issue 2025-12-30 00:24:49 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#15924