[PR #2610] [MERGED] Fixes #2606 - Added MultipleChoiceFilter for form_factor #12413

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/2610
Author: @DanSheps
Created: 11/23/2018
Status: Merged
Merged: 11/26/2018
Merged by: @jeremystretch

Base: developHead: develop


📝 Commits (2)

  • 4721f03 Fixes #2606 - Added MultipleChoiceFilter for form_factor
  • 774ea15 Fixes #2606 - Add MultipleChoiceField for form_factor

📊 Changes

1 file changed (+6 additions, -2 deletions)

View changed files

📝 netbox/dcim/filters.py (+6 -2)

📄 Description

Fixes: #2606

  • Added MultipleChoiceFilter to form_factor
  • Removed form_factor for Meta.fields
  • Added import for IFACE_FF_CHOICES

🔄 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/2610 **Author:** [@DanSheps](https://github.com/DanSheps) **Created:** 11/23/2018 **Status:** ✅ Merged **Merged:** 11/26/2018 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `develop` --- ### 📝 Commits (2) - [`4721f03`](https://github.com/netbox-community/netbox/commit/4721f03fdea70f7de8d7344614c3dce5d7d17c0f) Fixes #2606 - Added MultipleChoiceFilter for form_factor - [`774ea15`](https://github.com/netbox-community/netbox/commit/774ea155077ea76aa913466ffa5b3d32495cb516) Fixes #2606 - Add MultipleChoiceField for form_factor ### 📊 Changes **1 file changed** (+6 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `netbox/dcim/filters.py` (+6 -2) </details> ### 📄 Description ### Fixes: #2606 * Added MultipleChoiceFilter to form_factor * Removed form_factor for Meta.fields * Added import for IFACE_FF_CHOICES --- <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:21:21 +01:00
adam closed this issue 2025-12-29 22:21:22 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#12413