[PR #19312] [MERGED] 18334 add location, device, site to module filters #15606

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/19312
Author: @arthanson
Created: 4/24/2025
Status: Merged
Merged: 4/28/2025
Merged by: @jeremystretch

Base: mainHead: 18334-module-filters


📝 Commits (5)

  • 41ef3f6 18334 add location, device, site to module filters
  • bdf0c00 18334 add location, device, site to module filters
  • 3b64dc4 18334 add tests
  • 96e86d2 18334 fix tests
  • c45addd 18334 add site-group

📊 Changes

3 files changed (+228 additions, -3 deletions)

View changed files

📝 netbox/dcim/filtersets.py (+65 -0)
📝 netbox/dcim/forms/filtersets.py (+48 -0)
📝 netbox/dcim/tests/test_filtersets.py (+115 -3)

📄 Description

Fixes: #18334

Monosnap Modules | NetBox 2025-04-24 09-42-38


🔄 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/19312 **Author:** [@arthanson](https://github.com/arthanson) **Created:** 4/24/2025 **Status:** ✅ Merged **Merged:** 4/28/2025 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `main` ← **Head:** `18334-module-filters` --- ### 📝 Commits (5) - [`41ef3f6`](https://github.com/netbox-community/netbox/commit/41ef3f66c11b0afed929166048508bcdae99eb7a) 18334 add location, device, site to module filters - [`bdf0c00`](https://github.com/netbox-community/netbox/commit/bdf0c007adbfe2dfe9f5a48dc8db032f1524b7f9) 18334 add location, device, site to module filters - [`3b64dc4`](https://github.com/netbox-community/netbox/commit/3b64dc4478c0836179c9d7f526eaf460a5891677) 18334 add tests - [`96e86d2`](https://github.com/netbox-community/netbox/commit/96e86d2565125d95a7488ca311a977dc63e78b98) 18334 fix tests - [`c45addd`](https://github.com/netbox-community/netbox/commit/c45addd3cf5f2c1d1a37b7c4fad9d67ff56e9198) 18334 add site-group ### 📊 Changes **3 files changed** (+228 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `netbox/dcim/filtersets.py` (+65 -0) 📝 `netbox/dcim/forms/filtersets.py` (+48 -0) 📝 `netbox/dcim/tests/test_filtersets.py` (+115 -3) </details> ### 📄 Description ### Fixes: #18334 ![Monosnap Modules | NetBox 2025-04-24 09-42-38](https://github.com/user-attachments/assets/57c1e636-7383-4781-8738-c95f54aaff8b) --- <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:22:58 +01:00
adam closed this issue 2025-12-30 00:22:58 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#15606