[PR #5974] [MERGED] Closes #5972: Bulk edit support for organizational models #13078

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/5974
Author: @jeremystretch
Created: 3/12/2021
Status: Merged
Merged: 3/12/2021
Merged by: @jeremystretch

Base: featureHead: 5972-bulk-edit


📝 Commits (3)

📊 Changes

26 files changed (+526 additions, -1 deletions)

View changed files

📝 docs/release-notes/version-2.11.md (+1 -0)
📝 netbox/circuits/forms.py (+14 -0)
📝 netbox/circuits/tests/test_views.py (+4 -0)
📝 netbox/circuits/urls.py (+1 -0)
📝 netbox/circuits/views.py (+9 -0)
📝 netbox/dcim/forms.py (+141 -0)
📝 netbox/dcim/tests/test_views.py (+61 -0)
📝 netbox/dcim/urls.py (+7 -0)
📝 netbox/dcim/views.py (+71 -0)
📝 netbox/ipam/forms.py (+53 -0)
📝 netbox/ipam/tests/test_views.py (+12 -0)
📝 netbox/ipam/urls.py (+3 -0)
📝 netbox/ipam/views.py (+25 -0)
📝 netbox/secrets/forms.py (+14 -0)
📝 netbox/secrets/tests/test_views.py (+4 -0)
📝 netbox/secrets/urls.py (+1 -0)
📝 netbox/secrets/views.py (+9 -0)
📝 netbox/tenancy/forms.py (+18 -0)
📝 netbox/tenancy/tests/test_views.py (+4 -0)
📝 netbox/tenancy/urls.py (+1 -0)

...and 6 more files

📄 Description

Closes: #5972

  • Add bulk edit support for all organizational and nested group models
  • Extend view tests as necessary

🔄 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/5974 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 3/12/2021 **Status:** ✅ Merged **Merged:** 3/12/2021 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `feature` ← **Head:** `5972-bulk-edit` --- ### 📝 Commits (3) - [`3251a73`](https://github.com/netbox-community/netbox/commit/3251a73d86643d9f717d92a4a4442ddc3599eb2a) Enable bulk editing of organizational models - [`a4b6777`](https://github.com/netbox-community/netbox/commit/a4b6777e4e107b67dc6cc48fd10b6a949ef73354) Enable bulk editing of nested group models - [`db8356c`](https://github.com/netbox-community/netbox/commit/db8356ca87063b31f8ad24b6a1fb837842f53a08) Changelog for #5972 ### 📊 Changes **26 files changed** (+526 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `docs/release-notes/version-2.11.md` (+1 -0) 📝 `netbox/circuits/forms.py` (+14 -0) 📝 `netbox/circuits/tests/test_views.py` (+4 -0) 📝 `netbox/circuits/urls.py` (+1 -0) 📝 `netbox/circuits/views.py` (+9 -0) 📝 `netbox/dcim/forms.py` (+141 -0) 📝 `netbox/dcim/tests/test_views.py` (+61 -0) 📝 `netbox/dcim/urls.py` (+7 -0) 📝 `netbox/dcim/views.py` (+71 -0) 📝 `netbox/ipam/forms.py` (+53 -0) 📝 `netbox/ipam/tests/test_views.py` (+12 -0) 📝 `netbox/ipam/urls.py` (+3 -0) 📝 `netbox/ipam/views.py` (+25 -0) 📝 `netbox/secrets/forms.py` (+14 -0) 📝 `netbox/secrets/tests/test_views.py` (+4 -0) 📝 `netbox/secrets/urls.py` (+1 -0) 📝 `netbox/secrets/views.py` (+9 -0) 📝 `netbox/tenancy/forms.py` (+18 -0) 📝 `netbox/tenancy/tests/test_views.py` (+4 -0) 📝 `netbox/tenancy/urls.py` (+1 -0) _...and 6 more files_ </details> ### 📄 Description ### Closes: #5972 - Add bulk edit support for all organizational and nested group models - Extend view tests as necessary --- <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 22:25:17 +01:00
adam closed this issue 2025-12-29 22:25:17 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#13078