[PR #16976] [MERGED] Closes #14861: Standardize URL path for virtual disks #14965

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/16976
Author: @jeremystretch
Created: 7/24/2024
Status: Merged
Merged: 7/25/2024
Merged by: @jeremystretch

Base: featureHead: 14861-virtual-disks-path


📝 Commits (1)

📊 Changes

2 files changed (+22 additions, -8 deletions)

View changed files

📝 netbox/virtualization/urls.py (+12 -8)
📝 netbox/virtualization/views.py (+10 -0)

📄 Description

Closes: #14861

  • Change the base URL path for all virtual disk UI views from /virtualization/disks/ to /virtualization/virtual-disks/
  • Introduce a transitional view to automatically redirect requests to the old paths

🔄 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/16976 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 7/24/2024 **Status:** ✅ Merged **Merged:** 7/25/2024 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `feature` ← **Head:** `14861-virtual-disks-path` --- ### 📝 Commits (1) - [`72a71ac`](https://github.com/netbox-community/netbox/commit/72a71ac7182e66f2faec2f8104b0f300dbfe9e73) Closes #14861: Standardize URL path for virtual disks ### 📊 Changes **2 files changed** (+22 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `netbox/virtualization/urls.py` (+12 -8) 📝 `netbox/virtualization/views.py` (+10 -0) </details> ### 📄 Description ### Closes: #14861 - Change the base URL path for all virtual disk UI views from `/virtualization/disks/` to `/virtualization/virtual-disks/` - Introduce a transitional view to automatically redirect requests to the old paths --- <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:19:10 +01:00
adam closed this issue 2025-12-30 00:19:10 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#14965