[PR #3915] [MERGED] Fixes #3914: Interface filter field when unauthenticated #12700

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

📋 Pull Request Information

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

Base: developHead: 3914-interface-filter-no-user


📝 Commits (1)

  • 9d0da0f Fixes #3914: Interface filter field when unauthenticated

📊 Changes

2 files changed (+9 additions, -1 deletions)

View changed files

📝 docs/release-notes/version-2.6.md (+8 -0)
📝 netbox/project-static/js/interface_toggles.js (+1 -1)

📄 Description

Fixes: #3914

The selector relied on the form element is isn't present when unauthenticated. Fixed this by using the div.panel instead.


🔄 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/3915 **Author:** [@hSaria](https://github.com/hSaria) **Created:** 1/14/2020 **Status:** ✅ Merged **Merged:** 1/14/2020 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `3914-interface-filter-no-user` --- ### 📝 Commits (1) - [`9d0da0f`](https://github.com/netbox-community/netbox/commit/9d0da0f45a23df63ec66e3d5237538184af8a4c7) Fixes #3914: Interface filter field when unauthenticated ### 📊 Changes **2 files changed** (+9 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `docs/release-notes/version-2.6.md` (+8 -0) 📝 `netbox/project-static/js/interface_toggles.js` (+1 -1) </details> ### 📄 Description ### Fixes: #3914 The selector relied on the `form` element is isn't present when unauthenticated. Fixed this by using the `div.panel` instead. --- <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:23:07 +01:00
adam closed this issue 2025-12-29 22:23:07 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#12700