[PR #14529] [MERGED] Fixes #14522: Fix filtering contact assignments by group #14403

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/14529
Author: @jeremystretch
Created: 12/14/2023
Status: Merged
Merged: 12/15/2023
Merged by: @jeremystretch

Base: developHead: 14522-contact-assignment-filters


📝 Commits (1)

  • 7d599d8 Fixes #14522: Fix filtering contact assignments by group

📊 Changes

2 files changed (+84 additions, -0 deletions)

View changed files

📝 netbox/tenancy/filtersets.py (+13 -0)
📝 netbox/tenancy/tests/test_filtersets.py (+71 -0)

📄 Description

Fixes: #14522

  • Add missing group & group_id filters for contact assignments
  • Add missing test suite for ContactAssignmentFilterSet

🔄 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/14529 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 12/14/2023 **Status:** ✅ Merged **Merged:** 12/15/2023 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `14522-contact-assignment-filters` --- ### 📝 Commits (1) - [`7d599d8`](https://github.com/netbox-community/netbox/commit/7d599d8995a62a10d7edd245a767330f9576db7c) Fixes #14522: Fix filtering contact assignments by group ### 📊 Changes **2 files changed** (+84 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `netbox/tenancy/filtersets.py` (+13 -0) 📝 `netbox/tenancy/tests/test_filtersets.py` (+71 -0) </details> ### 📄 Description ### Fixes: #14522 - Add missing `group` & `group_id` filters for contact assignments - Add missing test suite for ContactAssignmentFilterSet --- <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:24:17 +01:00
adam closed this issue 2025-12-29 23:24:17 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#14403