[PR #9364] [MERGED] Fixes #9239 - Add contact_group to ContactModelFilterSet #13460

Closed
opened 2025-12-29 22:27:32 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/9364
Author: @kkthxbye-code
Created: 5/14/2022
Status: Merged
Merged: 5/16/2022
Merged by: @jeremystretch

Base: developHead: fix-9239


📝 Commits (2)

  • aba4e03 Add contact_group to ContactModelFilterSet
  • 8ad203f Added contact_group to region, site, manufacturer, tenant filters

📊 Changes

6 files changed (+24 additions, -13 deletions)

View changed files

📝 netbox/circuits/forms/filtersets.py (+2 -2)
📝 netbox/dcim/forms/filtersets.py (+8 -8)
📝 netbox/tenancy/filtersets.py (+6 -0)
📝 netbox/tenancy/forms/filtersets.py (+1 -1)
📝 netbox/tenancy/forms/forms.py (+5 -0)
📝 netbox/virtualization/forms/filtersets.py (+2 -2)

📄 Description

Fixes: #9239

Adds the ability to filter by contact group for all filters that support contact filtering. Hope I got them all.


🔄 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/9364 **Author:** [@kkthxbye-code](https://github.com/kkthxbye-code) **Created:** 5/14/2022 **Status:** ✅ Merged **Merged:** 5/16/2022 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `fix-9239` --- ### 📝 Commits (2) - [`aba4e03`](https://github.com/netbox-community/netbox/commit/aba4e03d3b60ac21e1d727fcfd6308066dcb1fbc) Add contact_group to ContactModelFilterSet - [`8ad203f`](https://github.com/netbox-community/netbox/commit/8ad203f97ac3362fc312558997fa543011590bf5) Added contact_group to region, site, manufacturer, tenant filters ### 📊 Changes **6 files changed** (+24 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `netbox/circuits/forms/filtersets.py` (+2 -2) 📝 `netbox/dcim/forms/filtersets.py` (+8 -8) 📝 `netbox/tenancy/filtersets.py` (+6 -0) 📝 `netbox/tenancy/forms/filtersets.py` (+1 -1) 📝 `netbox/tenancy/forms/forms.py` (+5 -0) 📝 `netbox/virtualization/forms/filtersets.py` (+2 -2) </details> ### 📄 Description ### Fixes: #9239 Adds the ability to filter by contact group for all filters that support contact filtering. Hope I got them all. --- <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 22:27:32 +01:00
adam closed this issue 2025-12-29 22:27:32 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#13460