[PR #4114] [MERGED] Closes #4113: Add bulk edit functionality for device type components #12760

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

📋 Pull Request Information

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

Base: developHead: 4113-component-bulk-editing


📝 Commits (4)

  • 3378287 Add bulk edit views for DeviceType components
  • 1b5969a Add tests for DeviceType component bulk edit views
  • 17e0054 Fix up bulk editing forms
  • b5344b0 Fix table links for adding new components

📊 Changes

8 files changed (+210 additions, -17 deletions)

View changed files

📝 netbox/dcim/forms.py (+116 -0)
📝 netbox/dcim/tables.py (+1 -1)
📝 netbox/dcim/tests/test_views.py (+29 -8)
📝 netbox/dcim/urls.py (+7 -0)
📝 netbox/dcim/views.py (+49 -0)
📝 netbox/templates/dcim/devicetype.html (+6 -6)
📝 netbox/templates/dcim/inc/devicetype_component_table.html (+1 -1)
📝 netbox/utilities/utils.py (+1 -1)

📄 Description

Fixes: #4113

Adds bulk edit functionality for device type components except for device bays, which don't currently have any fields suitable for editing in bulk


🔄 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/4114 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 2/6/2020 **Status:** ✅ Merged **Merged:** 2/6/2020 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `4113-component-bulk-editing` --- ### 📝 Commits (4) - [`3378287`](https://github.com/netbox-community/netbox/commit/3378287b0cba708f476568d71664964e96a555ec) Add bulk edit views for DeviceType components - [`1b5969a`](https://github.com/netbox-community/netbox/commit/1b5969a5ee01972d6ec075743c783b3ab5749277) Add tests for DeviceType component bulk edit views - [`17e0054`](https://github.com/netbox-community/netbox/commit/17e005494149f16688d4aa365e594d65ddeb1ba2) Fix up bulk editing forms - [`b5344b0`](https://github.com/netbox-community/netbox/commit/b5344b0aa7d3cf1aa1e336fe0ade8fdc633914b3) Fix table links for adding new components ### 📊 Changes **8 files changed** (+210 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `netbox/dcim/forms.py` (+116 -0) 📝 `netbox/dcim/tables.py` (+1 -1) 📝 `netbox/dcim/tests/test_views.py` (+29 -8) 📝 `netbox/dcim/urls.py` (+7 -0) 📝 `netbox/dcim/views.py` (+49 -0) 📝 `netbox/templates/dcim/devicetype.html` (+6 -6) 📝 `netbox/templates/dcim/inc/devicetype_component_table.html` (+1 -1) 📝 `netbox/utilities/utils.py` (+1 -1) </details> ### 📄 Description ### Fixes: #4113 Adds bulk edit functionality for device type components except for device bays, which don't currently have any fields suitable for editing in bulk --- <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:28 +01:00
adam closed this issue 2025-12-29 22:23:28 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#12760