[PR #13328] [MERGED] Adds tags on contact assignment #14159

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/13328
Author: @abhi1693
Created: 8/1/2023
Status: Merged
Merged: 8/1/2023
Merged by: @jeremystretch

Base: featureHead: feat/12882-contact-assignments-tags


📝 Commits (8)

  • 353c2a5 adds tags on contact assignments #12882
  • 73dcae2 Merge remote-tracking branch 'origin/feature' into feat/12882-contact-assignments-tags
  • 7308e39 Merge branch 'feature' into feat/12882-contact-assignments-tags
  • 6e17578 updated migration
  • e305035 added tags on import form
  • ceaf4c5 adds TagsMixin on ContactAssignmentType #12882
  • b727ede Merge branch 'feature' into feat/12882-contact-assignments-tags
  • 0fdaa1c Misc cleanup

📊 Changes

10 files changed (+44 additions, -12 deletions)

View changed files

📝 netbox/templates/tenancy/contactassignment_edit.html (+1 -0)
📝 netbox/tenancy/api/serializers.py (+2 -2)
📝 netbox/tenancy/filtersets.py (+3 -1)
📝 netbox/tenancy/forms/bulk_import.py (+0 -3)
📝 netbox/tenancy/forms/filtersets.py (+2 -1)
📝 netbox/tenancy/forms/model_forms.py (+8 -2)
📝 netbox/tenancy/graphql/types.py (+2 -1)
netbox/tenancy/migrations/0011_contactassignment_tags.py (+20 -0)
📝 netbox/tenancy/models/contacts.py (+2 -1)
📝 netbox/tenancy/tables/contacts.py (+4 -1)

📄 Description

Fixes: #12882


🔄 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/13328 **Author:** [@abhi1693](https://github.com/abhi1693) **Created:** 8/1/2023 **Status:** ✅ Merged **Merged:** 8/1/2023 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `feature` ← **Head:** `feat/12882-contact-assignments-tags` --- ### 📝 Commits (8) - [`353c2a5`](https://github.com/netbox-community/netbox/commit/353c2a5f15c8575454dd7fa4908cf8dc07474193) adds tags on contact assignments #12882 - [`73dcae2`](https://github.com/netbox-community/netbox/commit/73dcae2fd15323fd360936e7c10644b77c5768b1) Merge remote-tracking branch 'origin/feature' into feat/12882-contact-assignments-tags - [`7308e39`](https://github.com/netbox-community/netbox/commit/7308e39d3e630c7b7c827fb3432fbd6a4095df75) Merge branch 'feature' into feat/12882-contact-assignments-tags - [`6e17578`](https://github.com/netbox-community/netbox/commit/6e1757816d48bad2491089d92c760ec21c793e0b) updated migration - [`e305035`](https://github.com/netbox-community/netbox/commit/e3050355f098594371d2511ab38cf835729a64f5) added tags on import form - [`ceaf4c5`](https://github.com/netbox-community/netbox/commit/ceaf4c5e2e2dfd63099d496723a688c5fdde5a46) adds TagsMixin on ContactAssignmentType #12882 - [`b727ede`](https://github.com/netbox-community/netbox/commit/b727ede216d78862c39d65538e6da79f11c45e63) Merge branch 'feature' into feat/12882-contact-assignments-tags - [`0fdaa1c`](https://github.com/netbox-community/netbox/commit/0fdaa1c63a333e592f8de2e88c1075e376b47883) Misc cleanup ### 📊 Changes **10 files changed** (+44 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `netbox/templates/tenancy/contactassignment_edit.html` (+1 -0) 📝 `netbox/tenancy/api/serializers.py` (+2 -2) 📝 `netbox/tenancy/filtersets.py` (+3 -1) 📝 `netbox/tenancy/forms/bulk_import.py` (+0 -3) 📝 `netbox/tenancy/forms/filtersets.py` (+2 -1) 📝 `netbox/tenancy/forms/model_forms.py` (+8 -2) 📝 `netbox/tenancy/graphql/types.py` (+2 -1) ➕ `netbox/tenancy/migrations/0011_contactassignment_tags.py` (+20 -0) 📝 `netbox/tenancy/models/contacts.py` (+2 -1) 📝 `netbox/tenancy/tables/contacts.py` (+4 -1) </details> ### 📄 Description <!-- Thank you for your interest in contributing to NetBox! Please note that our contribution policy requires that a feature request or bug report be approved and assigned prior to opening a pull request. This helps avoid waste time and effort on a proposed change that we might not be able to accept. IF YOUR PULL REQUEST DOES NOT REFERENCE AN ISSUE WHICH HAS BEEN ASSIGNED TO YOU, IT WILL BE CLOSED AUTOMATICALLY. Please specify your assigned issue number on the line below. --> ### Fixes: #12882 <!-- Please include a summary of the proposed changes below. --> --- <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:22:55 +01:00
adam closed this issue 2025-12-29 23:22:55 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#14159