[PR #16528] [MERGED] 15106 Add Length Field to Wireless Link #14865

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

📋 Pull Request Information

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

Base: featureHead: 15106-wireless-link


📝 Commits (10+)

📊 Changes

19 files changed (+168 additions, -17 deletions)

View changed files

📝 docs/models/wireless/wirelesslink.md (+4 -0)
📝 netbox/dcim/forms/model_forms.py (+0 -5)
📝 netbox/dcim/svg/cables.py (+2 -0)
📝 netbox/dcim/tables/cables.py (+1 -1)
📝 netbox/templates/wireless/wirelesslink.html (+10 -0)
📝 netbox/wireless/api/serializers_/wirelesslinks.py (+3 -1)
📝 netbox/wireless/choices.py (+18 -0)
📝 netbox/wireless/filtersets.py (+1 -1)
📝 netbox/wireless/forms/bulk_edit.py (+14 -2)
📝 netbox/wireless/forms/bulk_import.py (+8 -2)
📝 netbox/wireless/forms/filtersets.py (+10 -1)
📝 netbox/wireless/forms/model_forms.py (+3 -3)
netbox/wireless/migrations/0009_wirelesslink_distance.py (+28 -0)
📝 netbox/wireless/models.py (+35 -0)
netbox/wireless/tables/template_code.py (+4 -0)
📝 netbox/wireless/tables/wirelesslink.py (+7 -1)
📝 netbox/wireless/tests/test_api.py (+2 -0)
📝 netbox/wireless/tests/test_filtersets.py (+14 -0)
📝 netbox/wireless/tests/test_views.py (+4 -0)

📄 Description

Fixes: #15106

Screenshot 2024-06-12 at 11 56 13 AM


🔄 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/16528 **Author:** [@arthanson](https://github.com/arthanson) **Created:** 6/12/2024 **Status:** ✅ Merged **Merged:** 6/17/2024 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `feature` ← **Head:** `15106-wireless-link` --- ### 📝 Commits (10+) - [`cf0f0d7`](https://github.com/netbox-community/netbox/commit/cf0f0d7dccb57d0968c88f535667e5705bf9892c) 15106 add wireles link length - [`f1eedfb`](https://github.com/netbox-community/netbox/commit/f1eedfbc4186416911c385398a4539f3b33a5ccf) 15106 add wireles link length - [`75e6b44`](https://github.com/netbox-community/netbox/commit/75e6b4467e1dcff1362d69bf079ab47067ca781a) 15106 add wireless link length - [`1165fe4`](https://github.com/netbox-community/netbox/commit/1165fe4560e73160a3cb762cf752acfd191cb8e2) 15106 add tests - [`a72f982`](https://github.com/netbox-community/netbox/commit/a72f982fcc7827300b530a512ee031e5a85c97e6) 15106 rename length -> distance - [`e11b4a2`](https://github.com/netbox-community/netbox/commit/e11b4a29c0d5770b330e296923a21cbb2cc03ff6) 15106 rename length -> distance - [`e637366`](https://github.com/netbox-community/netbox/commit/e63736667cf5110587c80fc7f4275641f156c78b) 15106 review comments - [`31ae1da`](https://github.com/netbox-community/netbox/commit/31ae1daab6f69635ff8c98e88090a33054a033c6) 15106 review comments - [`ef0cc74`](https://github.com/netbox-community/netbox/commit/ef0cc744cd9a04e5175ced4a76a7a23af69ca9b8) 15106 fix form - [`441cf4e`](https://github.com/netbox-community/netbox/commit/441cf4e79246167f82c49648c88a970d4301b7cb) 15106 length -> distance ### 📊 Changes **19 files changed** (+168 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `docs/models/wireless/wirelesslink.md` (+4 -0) 📝 `netbox/dcim/forms/model_forms.py` (+0 -5) 📝 `netbox/dcim/svg/cables.py` (+2 -0) 📝 `netbox/dcim/tables/cables.py` (+1 -1) 📝 `netbox/templates/wireless/wirelesslink.html` (+10 -0) 📝 `netbox/wireless/api/serializers_/wirelesslinks.py` (+3 -1) 📝 `netbox/wireless/choices.py` (+18 -0) 📝 `netbox/wireless/filtersets.py` (+1 -1) 📝 `netbox/wireless/forms/bulk_edit.py` (+14 -2) 📝 `netbox/wireless/forms/bulk_import.py` (+8 -2) 📝 `netbox/wireless/forms/filtersets.py` (+10 -1) 📝 `netbox/wireless/forms/model_forms.py` (+3 -3) ➕ `netbox/wireless/migrations/0009_wirelesslink_distance.py` (+28 -0) 📝 `netbox/wireless/models.py` (+35 -0) ➕ `netbox/wireless/tables/template_code.py` (+4 -0) 📝 `netbox/wireless/tables/wirelesslink.py` (+7 -1) 📝 `netbox/wireless/tests/test_api.py` (+2 -0) 📝 `netbox/wireless/tests/test_filtersets.py` (+14 -0) 📝 `netbox/wireless/tests/test_views.py` (+4 -0) </details> ### 📄 Description ### Fixes: #15106 ![Screenshot 2024-06-12 at 11 56 13 AM](https://github.com/netbox-community/netbox/assets/99642/b072134e-aec3-4ea5-bfdf-20c0fb031025) --- <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:10 +01:00
adam closed this issue 2025-12-29 23:27:10 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#14865