[PR #12753] [CLOSED] custom field url open in new_window #14045

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/12753
Author: @ITJamie
Created: 5/29/2023
Status: Closed

Base: developHead: external_url_blank_target


📝 Commits (3)

  • 1eddade MVP: custom field. url open in new_window
  • 446ee76 custom fields, url in new window, bulk edit/import support
  • 221fa8a typo

📊 Changes

11 files changed (+48 additions, -8 deletions)

View changed files

📝 netbox/extras/api/serializers.py (+1 -1)
📝 netbox/extras/filtersets.py (+1 -1)
📝 netbox/extras/forms/bulk_edit.py (+4 -0)
📝 netbox/extras/forms/bulk_import.py (+1 -1)
📝 netbox/extras/forms/filtersets.py (+7 -1)
📝 netbox/extras/forms/model_forms.py (+1 -1)
netbox/extras/migrations/0093_customfield_new_window.py (+18 -0)
📝 netbox/extras/models/customfields.py (+5 -1)
📝 netbox/extras/tables/tables.py (+1 -1)
📝 netbox/templates/extras/customfield.html (+4 -0)
📝 netbox/utilities/templates/builtins/customfield_value.html (+5 -1)

📄 Description

Fixes: #11300

adds new_window support to the custom_fields URL type.


🔄 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/12753 **Author:** [@ITJamie](https://github.com/ITJamie) **Created:** 5/29/2023 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `external_url_blank_target` --- ### 📝 Commits (3) - [`1eddade`](https://github.com/netbox-community/netbox/commit/1eddade01e48227289fbe885dc77e842a9f4925c) MVP: custom field. url open in new_window - [`446ee76`](https://github.com/netbox-community/netbox/commit/446ee761d3e2ebba73659f475f723a50331df6d8) custom fields, url in new window, bulk edit/import support - [`221fa8a`](https://github.com/netbox-community/netbox/commit/221fa8addcb8c98dd95abb7435a1d80743698230) typo ### 📊 Changes **11 files changed** (+48 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `netbox/extras/api/serializers.py` (+1 -1) 📝 `netbox/extras/filtersets.py` (+1 -1) 📝 `netbox/extras/forms/bulk_edit.py` (+4 -0) 📝 `netbox/extras/forms/bulk_import.py` (+1 -1) 📝 `netbox/extras/forms/filtersets.py` (+7 -1) 📝 `netbox/extras/forms/model_forms.py` (+1 -1) ➕ `netbox/extras/migrations/0093_customfield_new_window.py` (+18 -0) 📝 `netbox/extras/models/customfields.py` (+5 -1) 📝 `netbox/extras/tables/tables.py` (+1 -1) 📝 `netbox/templates/extras/customfield.html` (+4 -0) 📝 `netbox/utilities/templates/builtins/customfield_value.html` (+5 -1) </details> ### 📄 Description ### Fixes: #11300 adds new_window support to the custom_fields URL type. --- <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:22:12 +01:00
adam closed this issue 2025-12-29 23:22:12 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#14045