[PR #14198] [MERGED] Closes #14156: Add custom field support for contact assignments #14332

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/14198
Author: @jeremystretch
Created: 11/6/2023
Status: Merged
Merged: 11/9/2023
Merged by: @jeremystretch

Base: featureHead: 14156-contactassignment-custom-fields


📝 Commits (1)

  • e7fe602 Closes #14156: Add custom field support for contact assignments

📊 Changes

7 files changed (+35 additions, -13 deletions)

View changed files

📝 netbox/templates/tenancy/contactassignment_edit.html (+7 -0)
📝 netbox/tenancy/api/serializers.py (+1 -1)
📝 netbox/tenancy/filtersets.py (+2 -3)
📝 netbox/tenancy/forms/model_forms.py (+2 -5)
📝 netbox/tenancy/graphql/types.py (+2 -2)
netbox/tenancy/migrations/0012_contactassignment_custom_fields.py (+19 -0)
📝 netbox/tenancy/models/contacts.py (+2 -2)

📄 Description

Fixes: #14156

Enable custom field support for ContactAssignment


🔄 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/14198 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 11/6/2023 **Status:** ✅ Merged **Merged:** 11/9/2023 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `feature` ← **Head:** `14156-contactassignment-custom-fields` --- ### 📝 Commits (1) - [`e7fe602`](https://github.com/netbox-community/netbox/commit/e7fe602ab2df0634a9aed733608c27d4818b3f84) Closes #14156: Add custom field support for contact assignments ### 📊 Changes **7 files changed** (+35 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `netbox/templates/tenancy/contactassignment_edit.html` (+7 -0) 📝 `netbox/tenancy/api/serializers.py` (+1 -1) 📝 `netbox/tenancy/filtersets.py` (+2 -3) 📝 `netbox/tenancy/forms/model_forms.py` (+2 -5) 📝 `netbox/tenancy/graphql/types.py` (+2 -2) ➕ `netbox/tenancy/migrations/0012_contactassignment_custom_fields.py` (+19 -0) 📝 `netbox/tenancy/models/contacts.py` (+2 -2) </details> ### 📄 Description ### Fixes: #14156 Enable custom field support for ContactAssignment --- <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:52 +01:00
adam closed this issue 2025-12-29 23:23:53 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#14332