[PR #19323] [MERGED] Fixes #19322: Correct URL paths for bulk import views #15612

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/19323
Author: @jeremystretch
Created: 4/25/2025
Status: Merged
Merged: 4/25/2025
Merged by: @jnovinger

Base: mainHead: 19322-bulk-import-url


📝 Commits (1)

📊 Changes

10 files changed (+98 additions, -98 deletions)

View changed files

📝 netbox/circuits/views.py (+9 -9)
📝 netbox/core/views.py (+1 -1)
📝 netbox/dcim/views.py (+32 -32)
📝 netbox/extras/views.py (+11 -11)
📝 netbox/ipam/views.py (+17 -17)
📝 netbox/tenancy/views.py (+6 -6)
📝 netbox/users/views.py (+3 -3)
📝 netbox/virtualization/views.py (+6 -6)
📝 netbox/vpn/views.py (+10 -10)
📝 netbox/wireless/views.py (+3 -3)

📄 Description

Fixes: #19322

Specify a path when wrapping a bulk import view with register_model_view().


🔄 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/19323 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 4/25/2025 **Status:** ✅ Merged **Merged:** 4/25/2025 **Merged by:** [@jnovinger](https://github.com/jnovinger) **Base:** `main` ← **Head:** `19322-bulk-import-url` --- ### 📝 Commits (1) - [`5a42233`](https://github.com/netbox-community/netbox/commit/5a42233b80b77ea3b4e6aa7220519cd88e673e07) Fixes #19322: Correct URL paths for bulk import views ### 📊 Changes **10 files changed** (+98 additions, -98 deletions) <details> <summary>View changed files</summary> 📝 `netbox/circuits/views.py` (+9 -9) 📝 `netbox/core/views.py` (+1 -1) 📝 `netbox/dcim/views.py` (+32 -32) 📝 `netbox/extras/views.py` (+11 -11) 📝 `netbox/ipam/views.py` (+17 -17) 📝 `netbox/tenancy/views.py` (+6 -6) 📝 `netbox/users/views.py` (+3 -3) 📝 `netbox/virtualization/views.py` (+6 -6) 📝 `netbox/vpn/views.py` (+10 -10) 📝 `netbox/wireless/views.py` (+3 -3) </details> ### 📄 Description ### Fixes: #19322 Specify a `path` when wrapping a bulk import view with `register_model_view()`. --- <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:23:00 +01:00
adam closed this issue 2025-12-30 00:23:00 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#15612