[PR #10163] [MERGED] Fixes #10156: Avoid forcing SVG image links to open in a new window #13574

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/10163
Author: @jeremystretch
Created: 8/26/2022
Status: Merged
Merged: 8/26/2022
Merged by: @jeremystretch

Base: developHead: 10156-svg-link-target


📝 Commits (1)

  • fd81f57 Fixes #10156: Avoid forcing SVG image links to open in a new window

📊 Changes

3 files changed (+6 additions, -8 deletions)

View changed files

📝 docs/release-notes/version-3.3.md (+1 -0)
📝 netbox/dcim/svg/cables.py (+2 -2)
📝 netbox/dcim/svg/racks.py (+3 -6)

📄 Description

Fixes: #10156

  • Update all Hyperlink instances in SVG documents to specify target="_parent"

🔄 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/10163 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 8/26/2022 **Status:** ✅ Merged **Merged:** 8/26/2022 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `10156-svg-link-target` --- ### 📝 Commits (1) - [`fd81f57`](https://github.com/netbox-community/netbox/commit/fd81f57e612934660402b29f42e1bc0325b534f0) Fixes #10156: Avoid forcing SVG image links to open in a new window ### 📊 Changes **3 files changed** (+6 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `docs/release-notes/version-3.3.md` (+1 -0) 📝 `netbox/dcim/svg/cables.py` (+2 -2) 📝 `netbox/dcim/svg/racks.py` (+3 -6) </details> ### 📄 Description ### Fixes: #10156 - Update all Hyperlink instances in SVG documents to specify `target="_parent"` --- <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:39 +01:00
adam closed this issue 2025-12-29 23:19:39 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#13574