[PR #4117] [MERGED] Closes #4116: Enable bulk edit and delete functions for device component list views #12763

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/4117
Author: @jeremystretch
Created: 2/7/2020
Status: Merged
Merged: 2/7/2020
Merged by: @jeremystretch

Base: developHead: 4116-component-bulk-actions


📝 Commits (4)

📊 Changes

14 files changed (+221 additions, -17 deletions)

View changed files

📝 docs/release-notes/version-2.7.md (+1 -0)
📝 netbox/dcim/forms.py (+60 -0)
📝 netbox/dcim/tests/test_views.py (+12 -2)
📝 netbox/dcim/urls.py (+4 -2)
📝 netbox/dcim/views.py (+22 -8)
📝 netbox/templates/dcim/consoleport_list.html (+2 -4)
netbox/templates/dcim/consoleserverport_list.html (+17 -0)
netbox/templates/dcim/devicebay_list.html (+17 -0)
netbox/templates/dcim/frontport_list.html (+17 -0)
netbox/templates/dcim/interface_list.html (+17 -0)
netbox/templates/dcim/poweroutlet_list.html (+17 -0)
netbox/templates/dcim/powerport_list.html (+17 -0)
netbox/templates/dcim/rearport_list.html (+17 -0)
📝 netbox/templates/inc/nav_menu.html (+1 -1)

📄 Description

Fixes: 4116

Add bulk edit and bulk delete functions for the global lists of all device components (except device bays, which do not qualify for bulk edit functionality)


🔄 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/4117 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 2/7/2020 **Status:** ✅ Merged **Merged:** 2/7/2020 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `4116-component-bulk-actions` --- ### 📝 Commits (4) - [`6d242ec`](https://github.com/netbox-community/netbox/commit/6d242ec3483b7dc1fa7c70b88e1f58716a6b37ef) Correct typo - [`4563749`](https://github.com/netbox-community/netbox/commit/4563749fd97ca4200715d04a74cb23337073df39) Enable bulk edit/delete views for all device components - [`5225746`](https://github.com/netbox-community/netbox/commit/52257467c377da31fdf6886af7a115a9a0529cc3) Tweak bulk edit views to dynamically remove device-dependent fields - [`4cc9f2f`](https://github.com/netbox-community/netbox/commit/4cc9f2f67de7602ae79f4faedac6766715a88c77) Changelog for #4116 ### 📊 Changes **14 files changed** (+221 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `docs/release-notes/version-2.7.md` (+1 -0) 📝 `netbox/dcim/forms.py` (+60 -0) 📝 `netbox/dcim/tests/test_views.py` (+12 -2) 📝 `netbox/dcim/urls.py` (+4 -2) 📝 `netbox/dcim/views.py` (+22 -8) 📝 `netbox/templates/dcim/consoleport_list.html` (+2 -4) ➕ `netbox/templates/dcim/consoleserverport_list.html` (+17 -0) ➕ `netbox/templates/dcim/devicebay_list.html` (+17 -0) ➕ `netbox/templates/dcim/frontport_list.html` (+17 -0) ➕ `netbox/templates/dcim/interface_list.html` (+17 -0) ➕ `netbox/templates/dcim/poweroutlet_list.html` (+17 -0) ➕ `netbox/templates/dcim/powerport_list.html` (+17 -0) ➕ `netbox/templates/dcim/rearport_list.html` (+17 -0) 📝 `netbox/templates/inc/nav_menu.html` (+1 -1) </details> ### 📄 Description ### Fixes: 4116 Add bulk edit and bulk delete functions for the global lists of all device components (except device bays, which do not qualify for bulk edit functionality) --- <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:23:29 +01:00
adam closed this issue 2025-12-29 22:23:29 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#12763