[PR #733] [MERGED] FIX: filtering devices fails because mac address filter is a required #12106

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/733
Author: @linuxsimba
Created: 12/7/2016
Status: Merged
Merged: 12/7/2016
Merged by: @jeremystretch

Base: developHead: remove_mac_addr_required_from_filter


📝 Commits (1)

  • b4940a6 FIX: filtering devices fails because mac address filter is a required

📊 Changes

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

View changed files

📝 netbox/dcim/forms.py (+1 -1)

📄 Description

Branch: develop

Browser: Chrome

Steps to reproduce:

List all Devices to view the Filter Device form.
Hit Submit, it says the MAC address field must be filled out.Noticed the MAC address field has the "required" attribute attached to it.

This simple patch resolves the issue for me.


🔄 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/733 **Author:** [@linuxsimba](https://github.com/linuxsimba) **Created:** 12/7/2016 **Status:** ✅ Merged **Merged:** 12/7/2016 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `remove_mac_addr_required_from_filter` --- ### 📝 Commits (1) - [`b4940a6`](https://github.com/netbox-community/netbox/commit/b4940a64beabc4d4b698a46a632f0818c1d3cd96) FIX: filtering devices fails because mac address filter is a required ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `netbox/dcim/forms.py` (+1 -1) </details> ### 📄 Description Branch: develop Browser: Chrome Steps to reproduce: List all Devices to view the Filter Device form. Hit Submit, it says the MAC address field must be filled out.Noticed the MAC address field has the "required" attribute attached to it. This simple patch resolves the issue for me. --- <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:19:39 +01:00
adam closed this issue 2025-12-29 22:19:40 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#12106