[PR #9639] [MERGED] PR for #8723 #13501

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/9639
Author: @cpund
Created: 6/30/2022
Status: Merged
Merged: 8/16/2022
Merged by: @jeremystretch

Base: developHead: 8723-branch


📝 Commits (6)

  • fa014fc add device bulk rename view and url
  • 5dff743 add bulk device rename button to device_list
  • ef03a2f fix return url to account 4 filtered device lists
  • 76e6343 draft for error handling on device with no name
  • 6a687a9 not necessary to prefetch
  • 5873ad9 handle objects without names

📊 Changes

4 files changed (+11 additions, -1 deletions)

View changed files

📝 netbox/dcim/urls.py (+1 -0)
📝 netbox/dcim/views.py (+6 -0)
📝 netbox/netbox/views/generic/bulk_views.py (+1 -1)
📝 netbox/templates/dcim/device_list.html (+3 -0)

📄 Description

Fixes: #8723

WIP of implementing bulk rename for devices. Devices without a name need special handling implemented still.


🔄 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/9639 **Author:** [@cpund](https://github.com/cpund) **Created:** 6/30/2022 **Status:** ✅ Merged **Merged:** 8/16/2022 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `8723-branch` --- ### 📝 Commits (6) - [`fa014fc`](https://github.com/netbox-community/netbox/commit/fa014fcbf0aa03d7cdd822ff3aa38e2824773d48) add device bulk rename view and url - [`5dff743`](https://github.com/netbox-community/netbox/commit/5dff7433e854a09cb876602ce8220f8f5479a80a) add bulk device rename button to device_list - [`ef03a2f`](https://github.com/netbox-community/netbox/commit/ef03a2f38349dcaa193e83e5dbf30afa94542f16) fix return url to account 4 filtered device lists - [`76e6343`](https://github.com/netbox-community/netbox/commit/76e634330fe42209a29f03167c0983b6cb255765) draft for error handling on device with no name - [`6a687a9`](https://github.com/netbox-community/netbox/commit/6a687a9ed1027e2819391076195138c7babf9400) not necessary to prefetch - [`5873ad9`](https://github.com/netbox-community/netbox/commit/5873ad95dc16db127298037b1af5093543583eff) handle objects without names ### 📊 Changes **4 files changed** (+11 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `netbox/dcim/urls.py` (+1 -0) 📝 `netbox/dcim/views.py` (+6 -0) 📝 `netbox/netbox/views/generic/bulk_views.py` (+1 -1) 📝 `netbox/templates/dcim/device_list.html` (+3 -0) </details> ### 📄 Description <!-- Thank you for your interest in contributing to NetBox! Please note that our contribution policy requires that a feature request or bug report be opened for approval prior to filing a pull request. This helps avoid wasting time and effort on something that we might not be able to accept. Please indicate the relevant feature request or bug report below. IF YOUR PULL REQUEST DOES NOT REFERENCE AN ACCEPTED BUG REPORT OR FEATURE REQUEST, IT WILL BE MARKED AS INVALID AND CLOSED. --> ### Fixes: #8723 <!-- Please include a summary of the proposed changes below. --> WIP of implementing bulk rename for devices. Devices without a name need special handling implemented still. --- <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:19:14 +01:00
adam closed this issue 2025-12-29 23:19:14 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#13501