[PR #12001] [MERGED] Closes #10242: Redirect to filtered objects list after bulk import #13888

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/12001
Author: @jeremystretch
Created: 3/17/2023
Status: Merged
Merged: 3/17/2023
Merged by: @jeremystretch

Base: featureHead: 10242-bulk-import-redirect


📝 Commits (2)

  • 4fb5ea0 Redirect user to filtered objects list after bulk import
  • 8567011 Remove obsolete table attribute from bulk import views

📊 Changes

15 files changed (+17 additions, -108 deletions)

View changed files

📝 docs/release-notes/version-3.5.md (+1 -0)
📝 netbox/circuits/views.py (+0 -4)
📝 netbox/core/views.py (+0 -1)
📝 netbox/dcim/tests/test_views.py (+3 -3)
📝 netbox/dcim/views.py (+0 -31)
📝 netbox/extras/tests/test_customfields.py (+1 -1)
📝 netbox/extras/views.py (+0 -7)
📝 netbox/ipam/views.py (+0 -17)
📝 netbox/netbox/tests/test_import.py (+1 -1)
📝 netbox/netbox/views/generic/bulk_views.py (+8 -10)
netbox/templates/import_success.html (+0 -17)
📝 netbox/tenancy/views.py (+0 -5)
📝 netbox/utilities/testing/views.py (+3 -3)
📝 netbox/virtualization/views.py (+0 -5)
📝 netbox/wireless/views.py (+0 -3)

📄 Description

Fixes: #10242

This leverages the new filter introduced in #11494 to automatically redirect the user to a filter list of newly imported object, rather than displaying a static template.


🔄 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/12001 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 3/17/2023 **Status:** ✅ Merged **Merged:** 3/17/2023 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `feature` ← **Head:** `10242-bulk-import-redirect` --- ### 📝 Commits (2) - [`4fb5ea0`](https://github.com/netbox-community/netbox/commit/4fb5ea0ea4941ea3dc232fe01c7ef26f201aa7a3) Redirect user to filtered objects list after bulk import - [`8567011`](https://github.com/netbox-community/netbox/commit/8567011fda96b079ac053906c4fcc819f8409791) Remove obsolete table attribute from bulk import views ### 📊 Changes **15 files changed** (+17 additions, -108 deletions) <details> <summary>View changed files</summary> 📝 `docs/release-notes/version-3.5.md` (+1 -0) 📝 `netbox/circuits/views.py` (+0 -4) 📝 `netbox/core/views.py` (+0 -1) 📝 `netbox/dcim/tests/test_views.py` (+3 -3) 📝 `netbox/dcim/views.py` (+0 -31) 📝 `netbox/extras/tests/test_customfields.py` (+1 -1) 📝 `netbox/extras/views.py` (+0 -7) 📝 `netbox/ipam/views.py` (+0 -17) 📝 `netbox/netbox/tests/test_import.py` (+1 -1) 📝 `netbox/netbox/views/generic/bulk_views.py` (+8 -10) ➖ `netbox/templates/import_success.html` (+0 -17) 📝 `netbox/tenancy/views.py` (+0 -5) 📝 `netbox/utilities/testing/views.py` (+3 -3) 📝 `netbox/virtualization/views.py` (+0 -5) 📝 `netbox/wireless/views.py` (+0 -3) </details> ### 📄 Description ### Fixes: #10242 This leverages the new filter introduced in #11494 to automatically redirect the user to a filter list of newly imported object, rather than displaying a static template. --- <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:21:22 +01:00
adam closed this issue 2025-12-29 23:21:22 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#13888