[PR #16632] [MERGED] 16460 remove spaces from telephone dialing #14871

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/16632
Author: @arthanson
Created: 6/17/2024
Status: Merged
Merged: 6/18/2024
Merged by: @jeremystretch

Base: developHead: 16460-tel


📝 Commits (1)

  • d886c94 16460 remove spaces from telephone dialing

📊 Changes

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

View changed files

📝 netbox/utilities/tables.py (+1 -1)

📄 Description

Fixes: #16460

Just remove spaces from link to dial phone number. There is more to RFC3966 but removing any more characters can be country specific - we would probably want to use something like https://pypi.org/project/phonenumbers/ but removing space is safe and should fix most issues.


🔄 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/16632 **Author:** [@arthanson](https://github.com/arthanson) **Created:** 6/17/2024 **Status:** ✅ Merged **Merged:** 6/18/2024 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `16460-tel` --- ### 📝 Commits (1) - [`d886c94`](https://github.com/netbox-community/netbox/commit/d886c942015654bac7df3ae99c79fb5e08ea1fa4) 16460 remove spaces from telephone dialing ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `netbox/utilities/tables.py` (+1 -1) </details> ### 📄 Description ### Fixes: #16460 Just remove spaces from link to dial phone number. There is more to RFC3966 but removing any more characters can be country specific - we would probably want to use something like https://pypi.org/project/phonenumbers/ but removing space is safe and should fix most issues. --- <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:27:12 +01:00
adam closed this issue 2025-12-29 23:27:13 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#14871