[PR #15766] [MERGED] 15761 filter IKE Proposals on IKE Policy detail view #14673

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/15766
Author: @arthanson
Created: 4/18/2024
Status: Merged
Merged: 4/19/2024
Merged by: @jeremystretch

Base: developHead: 15761-ikeapolicy


📝 Commits (2)

  • 737975a 15761 filter IKEAProposals on IKEAPolicy detail view
  • 257d57d Add test for ike_policy filter

📊 Changes

2 files changed (+28 additions, -0 deletions)

View changed files

📝 netbox/vpn/filtersets.py (+11 -0)
📝 netbox/vpn/tests/test_filtersets.py (+17 -0)

📄 Description

Fixes: #15761

IKEProposals were not getting correctly filtered on the IKEPolicy detail view because the matching filters were missing from the Filterset.


🔄 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/15766 **Author:** [@arthanson](https://github.com/arthanson) **Created:** 4/18/2024 **Status:** ✅ Merged **Merged:** 4/19/2024 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `15761-ikeapolicy` --- ### 📝 Commits (2) - [`737975a`](https://github.com/netbox-community/netbox/commit/737975a07d010e6f326ce1f23272712b5aa10378) 15761 filter IKEAProposals on IKEAPolicy detail view - [`257d57d`](https://github.com/netbox-community/netbox/commit/257d57d0ad272422d0ef79cbebb95cf0182a552a) Add test for ike_policy filter ### 📊 Changes **2 files changed** (+28 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `netbox/vpn/filtersets.py` (+11 -0) 📝 `netbox/vpn/tests/test_filtersets.py` (+17 -0) </details> ### 📄 Description ### Fixes: #15761 IKEProposals were not getting correctly filtered on the IKEPolicy detail view because the matching filters were missing from the Filterset. --- <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:53 +01:00
adam closed this issue 2025-12-29 23:25:53 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#14673