[PR #17877] [MERGED] 10711 Add Scope to WirelessLAN #15218

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/17877
Author: @arthanson
Created: 10/28/2024
Status: Merged
Merged: 11/7/2024
Merged by: @jeremystretch

Base: featureHead: 10711-wirelesslan-scope


📝 Commits (10+)

📊 Changes

15 files changed (+277 additions, -30 deletions)

View changed files

📝 docs/models/wireless/wirelesslan.md (+4 -0)
📝 netbox/templates/wireless/wirelesslan.html (+8 -0)
📝 netbox/wireless/api/serializers_/wirelesslans.py (+25 -3)
📝 netbox/wireless/filtersets.py (+3 -2)
📝 netbox/wireless/forms/bulk_edit.py (+4 -2)
📝 netbox/wireless/forms/bulk_import.py (+8 -4)
📝 netbox/wireless/forms/filtersets.py (+27 -0)
📝 netbox/wireless/forms/model_forms.py (+4 -2)
📝 netbox/wireless/graphql/types.py (+11 -2)
netbox/wireless/migrations/0011_wirelesslan__location_wirelesslan__region_and_more.py (+77 -0)
📝 netbox/wireless/models.py (+3 -2)
📝 netbox/wireless/tables/wirelesslan.py (+8 -1)
📝 netbox/wireless/tests/test_api.py (+9 -1)
📝 netbox/wireless/tests/test_filtersets.py (+72 -6)
📝 netbox/wireless/tests/test_views.py (+14 -5)

📄 Description

Fixes: #10711


🔄 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/17877 **Author:** [@arthanson](https://github.com/arthanson) **Created:** 10/28/2024 **Status:** ✅ Merged **Merged:** 11/7/2024 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `feature` ← **Head:** `10711-wirelesslan-scope` --- ### 📝 Commits (10+) - [`2bb49d7`](https://github.com/netbox-community/netbox/commit/2bb49d7db6311fe8bc46ac6e81ebf54a0866b873) 7699 Add Scope to Cluster - [`dcb3c7c`](https://github.com/netbox-community/netbox/commit/dcb3c7c113670dfc5129d78ba90f3577809e285a) 7699 Serializer - [`33b4beb`](https://github.com/netbox-community/netbox/commit/33b4beba10eab1344aa4758164eadd387151af45) 7699 filterset - [`286f56b`](https://github.com/netbox-community/netbox/commit/286f56bfc60330b58ca45365147896a22c94db80) 7699 bulk_edit - [`4c3d1ce`](https://github.com/netbox-community/netbox/commit/4c3d1ce95b8ce1bb771d1fdd0e9347250157353c) 7699 bulk_import - [`d19cef4`](https://github.com/netbox-community/netbox/commit/d19cef49740a32afb22028031dbf721c176e288b) 7699 model_form - [`7e6bb0e`](https://github.com/netbox-community/netbox/commit/7e6bb0e6bc628d0972378dfbf0f5487a15c5e434) 7699 graphql, tables - [`8a63707`](https://github.com/netbox-community/netbox/commit/8a6370738691025000b4572c2a5636f666574d6e) 7699 fixes - [`be59775`](https://github.com/netbox-community/netbox/commit/be59775d568d68d0dc91a573fc468804bae1fa75) 7699 fixes - [`76e438d`](https://github.com/netbox-community/netbox/commit/76e438dea9f0c0e863ea59faf250ae91879dcade) 7699 fixes ### 📊 Changes **15 files changed** (+277 additions, -30 deletions) <details> <summary>View changed files</summary> 📝 `docs/models/wireless/wirelesslan.md` (+4 -0) 📝 `netbox/templates/wireless/wirelesslan.html` (+8 -0) 📝 `netbox/wireless/api/serializers_/wirelesslans.py` (+25 -3) 📝 `netbox/wireless/filtersets.py` (+3 -2) 📝 `netbox/wireless/forms/bulk_edit.py` (+4 -2) 📝 `netbox/wireless/forms/bulk_import.py` (+8 -4) 📝 `netbox/wireless/forms/filtersets.py` (+27 -0) 📝 `netbox/wireless/forms/model_forms.py` (+4 -2) 📝 `netbox/wireless/graphql/types.py` (+11 -2) ➕ `netbox/wireless/migrations/0011_wirelesslan__location_wirelesslan__region_and_more.py` (+77 -0) 📝 `netbox/wireless/models.py` (+3 -2) 📝 `netbox/wireless/tables/wirelesslan.py` (+8 -1) 📝 `netbox/wireless/tests/test_api.py` (+9 -1) 📝 `netbox/wireless/tests/test_filtersets.py` (+72 -6) 📝 `netbox/wireless/tests/test_views.py` (+14 -5) </details> ### 📄 Description ### Fixes: #10711 --- <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:20:41 +01:00
adam closed this issue 2025-12-30 00:20:41 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#15218