[PR #15610] [MERGED] Fixes #15609: Fix filtering providers list by assigned ASN #14626

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/15610
Author: @jeremystretch
Created: 4/3/2024
Status: Merged
Merged: 4/4/2024
Merged by: @jeremystretch

Base: developHead: 15609-provider-asn-filtering


📝 Commits (1)

  • 05e1694 Fixes #15609: Fix filtering providers list by assigned ASN

📊 Changes

3 files changed (+10 additions, -6 deletions)

View changed files

📝 netbox/circuits/filtersets.py (+6 -0)
📝 netbox/circuits/forms/filtersets.py (+1 -5)
📝 netbox/circuits/tests/test_filtersets.py (+3 -1)

📄 Description

Fixes: #15609

  • Update ProviderFilterForm to use the asn_id filter
  • Add a numeric asn filter to ProviderFilterSet
  • Update filterset test

🔄 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/15610 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 4/3/2024 **Status:** ✅ Merged **Merged:** 4/4/2024 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `15609-provider-asn-filtering` --- ### 📝 Commits (1) - [`05e1694`](https://github.com/netbox-community/netbox/commit/05e169464ebec1e67e05ec60c5eeb94b674cab87) Fixes #15609: Fix filtering providers list by assigned ASN ### 📊 Changes **3 files changed** (+10 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `netbox/circuits/filtersets.py` (+6 -0) 📝 `netbox/circuits/forms/filtersets.py` (+1 -5) 📝 `netbox/circuits/tests/test_filtersets.py` (+3 -1) </details> ### 📄 Description ### Fixes: #15609 - Update ProviderFilterForm to use the `asn_id` filter - Add a numeric `asn` filter to ProviderFilterSet - Update filterset test --- <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:25:37 +01:00
adam closed this issue 2025-12-29 23:25:37 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#14626