[PR #17233] [MERGED] Fixes: #17072 - Make active links of phone and email in Contact Assignments table #15028

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/17233
Author: @bctiemann
Created: 8/21/2024
Status: Merged
Merged: 8/22/2024
Merged by: @jeremystretch

Base: developHead: 17072-linkify-email-and-tel-on-contact-assignments


📝 Commits (2)

  • 1a0750a Add linkify_email and apply with linkify_phone to ContactAssignmentTable
  • 58befa4 Use EmailColumn instead of linkify_email

📊 Changes

1 file changed (+4 additions, -3 deletions)

View changed files

📝 netbox/tenancy/tables/contacts.py (+4 -3)

📄 Description

Uses existing linkify_phone helper and EmailColumn from django-tables2 to activate links for the email and phone fields in the Contact Assignments table.


🔄 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/17233 **Author:** [@bctiemann](https://github.com/bctiemann) **Created:** 8/21/2024 **Status:** ✅ Merged **Merged:** 8/22/2024 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `17072-linkify-email-and-tel-on-contact-assignments` --- ### 📝 Commits (2) - [`1a0750a`](https://github.com/netbox-community/netbox/commit/1a0750a3e40555ea374375405e76933b749fa534) Add linkify_email and apply with linkify_phone to ContactAssignmentTable - [`58befa4`](https://github.com/netbox-community/netbox/commit/58befa4442dc35634c342f24a55ca01a8b42d3c2) Use EmailColumn instead of linkify_email ### 📊 Changes **1 file changed** (+4 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `netbox/tenancy/tables/contacts.py` (+4 -3) </details> ### 📄 Description ### Fixes: #17072 - Make active links of phone and email in Contact Assignments table Uses existing `linkify_phone` helper and `EmailColumn` from django-tables2 to activate links for the email and phone fields in the Contact Assignments table. --- <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:32 +01:00
adam closed this issue 2025-12-30 00:19:32 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#15028