[PR #14617] [MERGED] Closes #14434: Add termination object filters for cables #14431

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/14617
Author: @jeremystretch
Created: 12/27/2023
Status: Merged
Merged: 12/28/2023
Merged by: @jeremystretch

Base: featureHead: 14434-cable-filters


📝 Commits (2)

  • f94a862 Add termination object filters for cables
  • 7cd5cc5 Add tests for new filters

📊 Changes

2 files changed (+158 additions, -20 deletions)

View changed files

📝 netbox/dcim/filtersets.py (+67 -0)
📝 netbox/dcim/tests/test_filtersets.py (+91 -20)

📄 Description

Closes: #14434

  • Add nine new filters for cables, one for each type of termination object
  • Add filter tests

🔄 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/14617 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 12/27/2023 **Status:** ✅ Merged **Merged:** 12/28/2023 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `feature` ← **Head:** `14434-cable-filters` --- ### 📝 Commits (2) - [`f94a862`](https://github.com/netbox-community/netbox/commit/f94a8623e7c34d071527f9a02160cce74ce51d0b) Add termination object filters for cables - [`7cd5cc5`](https://github.com/netbox-community/netbox/commit/7cd5cc58daa6b78582403d285af0d31f90568118) Add tests for new filters ### 📊 Changes **2 files changed** (+158 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `netbox/dcim/filtersets.py` (+67 -0) 📝 `netbox/dcim/tests/test_filtersets.py` (+91 -20) </details> ### 📄 Description ### Closes: #14434 - Add nine new filters for cables, one for each type of termination object - Add filter tests --- <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:24:26 +01:00
adam closed this issue 2025-12-29 23:24:27 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#14431