[PR #11995] [MERGED] Fixes #11973 - Use ssid for the string representation of WirelessLinks if available #13881

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/11995
Author: @kkthxbye-code
Created: 3/16/2023
Status: Merged
Merged: 3/17/2023
Merged by: @jeremystretch

Base: developHead: 11973-wirelesslink-ssid-display


📝 Commits (1)

  • 9baaac7 Use ssid for the string representation of WirelessLinks if available

📊 Changes

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

View changed files

📝 netbox/wireless/models.py (+1 -1)

📄 Description

Fixes: #11973

Implementation is the same as the Cable model which uses label as the __str__ value if set.


🔄 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/11995 **Author:** [@kkthxbye-code](https://github.com/kkthxbye-code) **Created:** 3/16/2023 **Status:** ✅ Merged **Merged:** 3/17/2023 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `11973-wirelesslink-ssid-display` --- ### 📝 Commits (1) - [`9baaac7`](https://github.com/netbox-community/netbox/commit/9baaac79e0a7a5d221c9b0a0c581254dd2272eec) Use ssid for the string representation of WirelessLinks if available ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `netbox/wireless/models.py` (+1 -1) </details> ### 📄 Description ### Fixes: #11973 Implementation is the same as the Cable model which uses label as the `__str__` value if set. --- <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:21:20 +01:00
adam closed this issue 2025-12-29 23:21:21 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#13881