[PR #7031] [MERGED] Object filter forms #13205

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/7031
Author: @jeremystretch
Created: 8/25/2021
Status: Merged
Merged: 8/25/2021
Merged by: @jeremystretch

Base: featureHead: object-filter-forms


📝 Commits (3)

  • bd681f5 Clean up object filter forms
  • 125a562 Fix RegionFilterForm model
  • d184ed4 Enable filtering device components by location

📊 Changes

9 files changed (+402 additions, -273 deletions)

View changed files

📝 netbox/circuits/forms.py (+26 -14)
📝 netbox/dcim/filtersets.py (+11 -33)
📝 netbox/dcim/forms.py (+94 -91)
📝 netbox/dcim/tests/test_filtersets.py (+167 -33)
📝 netbox/extras/forms.py (+21 -20)
📝 netbox/ipam/forms.py (+21 -33)
📝 netbox/templates/inc/filter_list.html (+43 -33)
📝 netbox/tenancy/forms.py (+4 -0)
📝 netbox/virtualization/forms.py (+15 -16)

📄 Description

  • Miscellaneous filter form cleanup for object lists
  • Enabled filtering device components by location ID/slug

🔄 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/7031 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 8/25/2021 **Status:** ✅ Merged **Merged:** 8/25/2021 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `feature` ← **Head:** `object-filter-forms` --- ### 📝 Commits (3) - [`bd681f5`](https://github.com/netbox-community/netbox/commit/bd681f590897c5318fe909b696d91a2da6f81104) Clean up object filter forms - [`125a562`](https://github.com/netbox-community/netbox/commit/125a562189de428b1f3e09550b63610f5fbf7192) Fix RegionFilterForm model - [`d184ed4`](https://github.com/netbox-community/netbox/commit/d184ed47129adf41617250b4b884d0149a223716) Enable filtering device components by location ### 📊 Changes **9 files changed** (+402 additions, -273 deletions) <details> <summary>View changed files</summary> 📝 `netbox/circuits/forms.py` (+26 -14) 📝 `netbox/dcim/filtersets.py` (+11 -33) 📝 `netbox/dcim/forms.py` (+94 -91) 📝 `netbox/dcim/tests/test_filtersets.py` (+167 -33) 📝 `netbox/extras/forms.py` (+21 -20) 📝 `netbox/ipam/forms.py` (+21 -33) 📝 `netbox/templates/inc/filter_list.html` (+43 -33) 📝 `netbox/tenancy/forms.py` (+4 -0) 📝 `netbox/virtualization/forms.py` (+15 -16) </details> ### 📄 Description - Miscellaneous filter form cleanup for object lists - Enabled filtering device components by location ID/slug --- <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:25:59 +01:00
adam closed this issue 2025-12-29 22:25:59 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#13205