[PR #11595] [MERGED] Closes #11584: Add contact assignments list view #13814

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

📋 Pull Request Information

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

Base: featureHead: 11584-contact-assignments


📝 Commits (2)

📊 Changes

7 files changed (+61 additions, -44 deletions)

View changed files

📝 docs/release-notes/version-3.5.md (+2 -0)
📝 netbox/netbox/navigation/menu.py (+1 -0)
📝 netbox/templates/tenancy/contact.html (+6 -10)
📝 netbox/templates/tenancy/contactrole.html (+1 -13)
📝 netbox/tenancy/forms/filtersets.py (+40 -1)
📝 netbox/tenancy/urls.py (+1 -0)
📝 netbox/tenancy/views.py (+10 -20)

📄 Description

Fixes: #11584

  • Adds to the UI a list view for contact assignments
  • Updates the display of assignments under a contact to use an embedded table (per #11517)

🔄 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/11595 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 1/26/2023 **Status:** ✅ Merged **Merged:** 1/26/2023 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `feature` ← **Head:** `11584-contact-assignments` --- ### 📝 Commits (2) - [`ff5e958`](https://github.com/netbox-community/netbox/commit/ff5e958b968dc8519b4b5e8534feb55dce00cf85) Closes #11584: Add a list view for contact assignments - [`f45ff21`](https://github.com/netbox-community/netbox/commit/f45ff21649bdab6fac5ba5031c8f89c52cdaf9aa) #11517: Standardize display of contact assignments ### 📊 Changes **7 files changed** (+61 additions, -44 deletions) <details> <summary>View changed files</summary> 📝 `docs/release-notes/version-3.5.md` (+2 -0) 📝 `netbox/netbox/navigation/menu.py` (+1 -0) 📝 `netbox/templates/tenancy/contact.html` (+6 -10) 📝 `netbox/templates/tenancy/contactrole.html` (+1 -13) 📝 `netbox/tenancy/forms/filtersets.py` (+40 -1) 📝 `netbox/tenancy/urls.py` (+1 -0) 📝 `netbox/tenancy/views.py` (+10 -20) </details> ### 📄 Description ### Fixes: #11584 - Adds to the UI a list view for contact assignments - Updates the display of assignments under a contact to use an embedded table (per #11517) --- <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:20:57 +01:00
adam closed this issue 2025-12-29 23:20:57 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#13814