[PR #17791] [MERGED] Closes #17789: Use a single scope field for VLANGroup bulk edit #15199

Closed
opened 2025-12-30 00:20:33 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/17791
Author: @jeremystretch
Created: 10/16/2024
Status: Merged
Merged: 10/17/2024
Merged by: @jeremystretch

Base: developHead: 17789-vlangroup-scope


📝 Commits (1)

  • 444c23b Closes #17789: Use a single scope field for VLANGroup bulk edit

📊 Changes

3 files changed (+88 additions, -130 deletions)

View changed files

📝 netbox/ipam/forms/bulk_edit.py (+29 -74)
📝 netbox/netbox/views/generic/bulk_views.py (+6 -3)
📝 netbox/templates/generic/bulk_edit.html (+53 -53)

📄 Description

Fixes: #17789

  • Replace the individual choice fields on VLANGroupBulkEditForm with scope_type & scope
  • Update BulkEditView to accommodate GFK assignment & HTMXSelect

🔄 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/17791 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 10/16/2024 **Status:** ✅ Merged **Merged:** 10/17/2024 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `17789-vlangroup-scope` --- ### 📝 Commits (1) - [`444c23b`](https://github.com/netbox-community/netbox/commit/444c23b37761edf991ce0a27fb10b408b1d9cfd9) Closes #17789: Use a single scope field for VLANGroup bulk edit ### 📊 Changes **3 files changed** (+88 additions, -130 deletions) <details> <summary>View changed files</summary> 📝 `netbox/ipam/forms/bulk_edit.py` (+29 -74) 📝 `netbox/netbox/views/generic/bulk_views.py` (+6 -3) 📝 `netbox/templates/generic/bulk_edit.html` (+53 -53) </details> ### 📄 Description ### Fixes: #17789 - Replace the individual choice fields on VLANGroupBulkEditForm with `scope_type` & `scope` - Update BulkEditView to accommodate GFK assignment & HTMXSelect --- <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-30 00:20:33 +01:00
adam closed this issue 2025-12-30 00:20:34 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#15199