[PR #13787] [MERGED] Fixes #13782: Fix tag exclusion support for contact assignments #14249

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/13787
Author: @jeremystretch
Created: 9/15/2023
Status: Merged
Merged: 9/18/2023
Merged by: @jeremystretch

Base: developHead: 13782-contact-assignment-tags


📝 Commits (1)

  • b64e419 Fixes #13782: Fix tag exclusion support for contact assignments

📊 Changes

3 files changed (+24 additions, -22 deletions)

View changed files

📝 netbox/extras/forms/mixins.py (+17 -0)
📝 netbox/netbox/forms/base.py (+4 -15)
📝 netbox/tenancy/forms/model_forms.py (+3 -7)

📄 Description

Fixes: #13782

  • Refactor tags field under NetBoxModelForm to TagsMixin class
  • ContactAssignmentForm now inherits from TagsMixin to provide support for tag model filtering

🔄 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/13787 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 9/15/2023 **Status:** ✅ Merged **Merged:** 9/18/2023 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `13782-contact-assignment-tags` --- ### 📝 Commits (1) - [`b64e419`](https://github.com/netbox-community/netbox/commit/b64e4195753410fa8a818e5de881e49dd2ddc8c3) Fixes #13782: Fix tag exclusion support for contact assignments ### 📊 Changes **3 files changed** (+24 additions, -22 deletions) <details> <summary>View changed files</summary> 📝 `netbox/extras/forms/mixins.py` (+17 -0) 📝 `netbox/netbox/forms/base.py` (+4 -15) 📝 `netbox/tenancy/forms/model_forms.py` (+3 -7) </details> ### 📄 Description ### Fixes: #13782 - Refactor `tags` field under `NetBoxModelForm` to `TagsMixin` class - `ContactAssignmentForm` now inherits from `TagsMixin` to provide support for tag model filtering --- <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:23:25 +01:00
adam closed this issue 2025-12-29 23:23:25 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#14249