[PR #18068] [MERGED] Closes #17752: Rename URL paths for bulk import to *_bulk_import #15265

Closed
opened 2025-12-30 00:20:57 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/18068
Author: @jeremystretch
Created: 11/21/2024
Status: Merged
Merged: 11/22/2024
Merged by: @jeremystretch

Base: featureHead: 17752-rename-bulk-import


📝 Commits (1)

  • a6f517e Closes #17752: Rename URL paths for bulk import to *_bulk_import

📊 Changes

23 files changed (+141 additions, -141 deletions)

View changed files

📝 netbox/circuits/tests/test_views.py (+4 -4)
📝 netbox/circuits/urls.py (+2 -2)
📝 netbox/circuits/views.py (+8 -8)
📝 netbox/core/views.py (+1 -1)
📝 netbox/dcim/tests/test_views.py (+5 -5)
📝 netbox/dcim/views.py (+32 -32)
📝 netbox/extras/tests/test_custom_validation.py (+2 -2)
📝 netbox/extras/tests/test_customfields.py (+1 -1)
📝 netbox/extras/views.py (+12 -12)
📝 netbox/ipam/tests/test_views.py (+2 -2)
📝 netbox/ipam/views.py (+17 -17)
📝 netbox/netbox/constants.py (+1 -1)
📝 netbox/netbox/navigation/__init__.py (+4 -4)
📝 netbox/netbox/navigation/menu.py (+4 -4)
📝 netbox/netbox/tests/test_import.py (+7 -7)
📝 netbox/templates/generic/object_list.html (+1 -1)
📝 netbox/tenancy/views.py (+7 -7)
📝 netbox/users/views.py (+3 -3)
📝 netbox/utilities/templatetags/buttons.py (+1 -1)
📝 netbox/utilities/testing/views.py (+7 -7)

...and 3 more files

📄 Description

Fixes: #17752

  • Update all bulk import view names to use the bulk_ prefix as bulk_edit & bulk_delete do

🔄 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/18068 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 11/21/2024 **Status:** ✅ Merged **Merged:** 11/22/2024 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `feature` ← **Head:** `17752-rename-bulk-import` --- ### 📝 Commits (1) - [`a6f517e`](https://github.com/netbox-community/netbox/commit/a6f517eff4cc256480d0e96207fc4dd2b83f6f53) Closes #17752: Rename URL paths for bulk import to *_bulk_import ### 📊 Changes **23 files changed** (+141 additions, -141 deletions) <details> <summary>View changed files</summary> 📝 `netbox/circuits/tests/test_views.py` (+4 -4) 📝 `netbox/circuits/urls.py` (+2 -2) 📝 `netbox/circuits/views.py` (+8 -8) 📝 `netbox/core/views.py` (+1 -1) 📝 `netbox/dcim/tests/test_views.py` (+5 -5) 📝 `netbox/dcim/views.py` (+32 -32) 📝 `netbox/extras/tests/test_custom_validation.py` (+2 -2) 📝 `netbox/extras/tests/test_customfields.py` (+1 -1) 📝 `netbox/extras/views.py` (+12 -12) 📝 `netbox/ipam/tests/test_views.py` (+2 -2) 📝 `netbox/ipam/views.py` (+17 -17) 📝 `netbox/netbox/constants.py` (+1 -1) 📝 `netbox/netbox/navigation/__init__.py` (+4 -4) 📝 `netbox/netbox/navigation/menu.py` (+4 -4) 📝 `netbox/netbox/tests/test_import.py` (+7 -7) 📝 `netbox/templates/generic/object_list.html` (+1 -1) 📝 `netbox/tenancy/views.py` (+7 -7) 📝 `netbox/users/views.py` (+3 -3) 📝 `netbox/utilities/templatetags/buttons.py` (+1 -1) 📝 `netbox/utilities/testing/views.py` (+7 -7) _...and 3 more files_ </details> ### 📄 Description ### Fixes: #17752 - Update all bulk import view names to use the `bulk_` prefix as `bulk_edit` & `bulk_delete` do --- <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-30 00:20:57 +01:00
adam closed this issue 2025-12-30 00:20:57 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#15265