[PR #3836] [MERGED] Add region and region_id filters where missing #12656

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/3836
Author: @jeremystretch
Created: 1/3/2020
Status: Merged
Merged: 1/3/2020
Merged by: @jeremystretch

Base: developHead: 3833-region-filters


📝 Commits (6)

📊 Changes

9 files changed (+304 additions, -27 deletions)

View changed files

📝 docs/release-notes/version-2.6.md (+1 -0)
📝 netbox/circuits/filters.py (+11 -0)
📝 netbox/circuits/forms.py (+12 -0)
📝 netbox/dcim/filters.py (+77 -0)
📝 netbox/dcim/forms.py (+84 -1)
📝 netbox/ipam/filters.py (+35 -2)
📝 netbox/ipam/forms.py (+41 -4)
📝 netbox/virtualization/filters.py (+21 -10)
📝 netbox/virtualization/forms.py (+22 -10)

📄 Description

Fixes: #3833

Add region and region_id filters, as well as the companion form fields in the web UI, for the following models:

  • Racks
  • Rack groups
  • Virtual chassis
  • Inventory items
  • Power panels
  • Power feeds
  • Prefixes
  • VLANs
  • VLAN groups
  • Providers
  • Clusters

🔄 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/3836 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 1/3/2020 **Status:** ✅ Merged **Merged:** 1/3/2020 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `3833-region-filters` --- ### 📝 Commits (6) - [`34a0acc`](https://github.com/netbox-community/netbox/commit/34a0acc941e3bda69d9c4cd4ea2927f629a70340) Add region filters, fields for DCIM models - [`ac279ee`](https://github.com/netbox-community/netbox/commit/ac279ee7c30bb0b91991539aff751da54cdb90ea) Add region filters, fields for IPAM models - [`7b3882d`](https://github.com/netbox-community/netbox/commit/7b3882dba072d42c89ace14905fadc46ad433b16) Add region filters, fields for virtualization models - [`41c613a`](https://github.com/netbox-community/netbox/commit/41c613a45d50450474c1c1e21ecb5d1283e086e6) Add region filters, fields for circuits models - [`9864005`](https://github.com/netbox-community/netbox/commit/98640057d419dcc0a02aeeefdbf1e35d7770a476) Add region filters, fields for power models - [`3dbfb26`](https://github.com/netbox-community/netbox/commit/3dbfb268883ee68288f9dc2a7b52471c3a18d6e8) Changelog for #3833 ### 📊 Changes **9 files changed** (+304 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `docs/release-notes/version-2.6.md` (+1 -0) 📝 `netbox/circuits/filters.py` (+11 -0) 📝 `netbox/circuits/forms.py` (+12 -0) 📝 `netbox/dcim/filters.py` (+77 -0) 📝 `netbox/dcim/forms.py` (+84 -1) 📝 `netbox/ipam/filters.py` (+35 -2) 📝 `netbox/ipam/forms.py` (+41 -4) 📝 `netbox/virtualization/filters.py` (+21 -10) 📝 `netbox/virtualization/forms.py` (+22 -10) </details> ### 📄 Description ### Fixes: #3833 Add `region` and `region_id` filters, as well as the companion form fields in the web UI, for the following models: * Racks * Rack groups * Virtual chassis * Inventory items * Power panels * Power feeds * Prefixes * VLANs * VLAN groups * Providers * Clusters --- <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 22:22:53 +01:00
adam closed this issue 2025-12-29 22:22:54 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#12656