[PR #11751] [MERGED] Fixes #11750 - Fix issues with the ContactAssignmentListView #13835

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/11751
Author: @kkthxbye-code
Created: 2/15/2023
Status: Merged
Merged: 2/16/2023
Merged by: @jeremystretch

Base: featureHead: 11750-contact-assingment-list-issues


📝 Commits (1)

  • a4dfbf1 Fix issues with the ContactAssignmentListView

📊 Changes

3 files changed (+20 additions, -0 deletions)

View changed files

📝 netbox/tenancy/filtersets.py (+12 -0)
📝 netbox/tenancy/urls.py (+1 -0)
📝 netbox/tenancy/views.py (+7 -0)

📄 Description

Fixes: #11750

  • Adds the q filter and the search method to the FilterSet. The q filter needs to be added because ChangeLoggedModelFilterSet does not contain it, unlike NetBoxModelFilterSet.
  • Adds the bulk edit view and URL to allow the bulk delete table action to work.
  • Explicitly define table actions to remove the non-functional Add button

🔄 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/11751 **Author:** [@kkthxbye-code](https://github.com/kkthxbye-code) **Created:** 2/15/2023 **Status:** ✅ Merged **Merged:** 2/16/2023 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `feature` ← **Head:** `11750-contact-assingment-list-issues` --- ### 📝 Commits (1) - [`a4dfbf1`](https://github.com/netbox-community/netbox/commit/a4dfbf18bcf1155eda4518abb8f0b636134d428d) Fix issues with the ContactAssignmentListView ### 📊 Changes **3 files changed** (+20 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `netbox/tenancy/filtersets.py` (+12 -0) 📝 `netbox/tenancy/urls.py` (+1 -0) 📝 `netbox/tenancy/views.py` (+7 -0) </details> ### 📄 Description ### Fixes: #11750 * Adds the q filter and the search method to the FilterSet. The q filter needs to be added because ChangeLoggedModelFilterSet does not contain it, unlike NetBoxModelFilterSet. * Adds the bulk edit view and URL to allow the bulk delete table action to work. * Explicitly define table actions to remove the non-functional Add button --- <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:21:04 +01:00
adam closed this issue 2025-12-29 23:21:04 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#13835