[PR #13887] [MERGED] Fixes #13843: Fix assignment of VLAN group scope during bulk edit #14271

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

📋 Pull Request Information

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

Base: developHead: 13843-fix-vlangroup-bulk-edit-scope


📝 Commits (4)

  • bd1cbce Update VLANGroup bulk edit form to support all scope types
  • 4fe02a7 Fixes #13843: Fix scope assignment for VLAN groups during bulk edit
  • 4ab20cc Add missed static file
  • 16ca475 Restore graphiql static assets

📊 Changes

5 files changed (+84 additions, -11 deletions)

View changed files

📝 netbox/ipam/forms/bulk_edit.py (+77 -8)
📝 netbox/netbox/views/generic/bulk_views.py (+4 -1)
📝 netbox/project-static/dist/netbox.js (+1 -1)
📝 netbox/project-static/dist/netbox.js.map (+1 -1)
📝 netbox/project-static/src/forms/scopeSelector.ts (+1 -0)

📄 Description

Fixes: #13843

  • Extend VLAN group bulk edit form w/fields for scope selection
  • Update form validation logic to assign scope_id based on selected object
  • Tweak generic bulk edit view to ignore GenericRel fields

🔄 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/13887 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 9/25/2023 **Status:** ✅ Merged **Merged:** 9/26/2023 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `13843-fix-vlangroup-bulk-edit-scope` --- ### 📝 Commits (4) - [`bd1cbce`](https://github.com/netbox-community/netbox/commit/bd1cbce2b34180d5dace600783c9b53cd6fb6dfb) Update VLANGroup bulk edit form to support all scope types - [`4fe02a7`](https://github.com/netbox-community/netbox/commit/4fe02a7be5b6a93b0eb6a343cf04998e343cb76d) Fixes #13843: Fix scope assignment for VLAN groups during bulk edit - [`4ab20cc`](https://github.com/netbox-community/netbox/commit/4ab20cccde0ef714ecb4cda347817cd524e67e73) Add missed static file - [`16ca475`](https://github.com/netbox-community/netbox/commit/16ca47556639e550c42a162dbf7a56e15a9ef526) Restore graphiql static assets ### 📊 Changes **5 files changed** (+84 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `netbox/ipam/forms/bulk_edit.py` (+77 -8) 📝 `netbox/netbox/views/generic/bulk_views.py` (+4 -1) 📝 `netbox/project-static/dist/netbox.js` (+1 -1) 📝 `netbox/project-static/dist/netbox.js.map` (+1 -1) 📝 `netbox/project-static/src/forms/scopeSelector.ts` (+1 -0) </details> ### 📄 Description ### Fixes: #13843 - Extend VLAN group bulk edit form w/fields for scope selection - Update form validation logic to assign `scope_id` based on selected object - Tweak generic bulk edit view to ignore GenericRel fields --- <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:32 +01:00
adam closed this issue 2025-12-29 23:23:33 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#14271