[PR #3159] [MERGED] Add filter for has local context data #12510

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/3159
Author: @DanSheps
Created: 5/6/2019
Status: Merged
Merged: 9/6/2019
Merged by: @DanSheps

Base: developHead: 3028-filterdevicesforhaslocalcontextdata


📝 Commits (10+)

  • c274b4a Add filter for has local context data
  • 898ea00 Broke out filter and form for re-use
  • 6e419fa Fix missing StaticSelect2 import
  • 5fd952d Fix missing BOOLEAN_WITH_BLANK_CHOICES import
  • cc4e189 Fix class resolution
  • fcd407d Fix field ordering
  • 5b654e7 Fix PEP8 errors
  • 8283d17 Merge in latest changes from develop
  • 43b0a06 Merge in latest changes from develop
  • 5694dfe Merge branch 'develop' into 3028-filterdevicesforhaslocalcontextdata

📊 Changes

4 files changed (+36 additions, -5 deletions)

View changed files

📝 netbox/dcim/filters.py (+2 -2)
📝 netbox/dcim/forms.py (+4 -2)
📝 netbox/extras/filters.py (+14 -0)
📝 netbox/extras/forms.py (+16 -1)

📄 Description

Fixes: #3028

Adds filtering for Has Local Configuration Context Data


🔄 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/3159 **Author:** [@DanSheps](https://github.com/DanSheps) **Created:** 5/6/2019 **Status:** ✅ Merged **Merged:** 9/6/2019 **Merged by:** [@DanSheps](https://github.com/DanSheps) **Base:** `develop` ← **Head:** `3028-filterdevicesforhaslocalcontextdata` --- ### 📝 Commits (10+) - [`c274b4a`](https://github.com/netbox-community/netbox/commit/c274b4a729a67340a629a877fc85426a260786bf) Add filter for has local context data - [`898ea00`](https://github.com/netbox-community/netbox/commit/898ea00bbfed9f1540df1e6e480d6720f48a191c) Broke out filter and form for re-use - [`6e419fa`](https://github.com/netbox-community/netbox/commit/6e419fa405b83e9719147efedd855b9b1894299b) Fix missing StaticSelect2 import - [`5fd952d`](https://github.com/netbox-community/netbox/commit/5fd952d113d64b3e1c67e728a257d43dc600a042) Fix missing BOOLEAN_WITH_BLANK_CHOICES import - [`cc4e189`](https://github.com/netbox-community/netbox/commit/cc4e189b27fccf2d61a57d764162c3611069f803) Fix class resolution - [`fcd407d`](https://github.com/netbox-community/netbox/commit/fcd407d10bbff902adfd44d3f1af1f86afe6675f) Fix field ordering - [`5b654e7`](https://github.com/netbox-community/netbox/commit/5b654e765f2bb2b8c58425e265b0d745cb359828) Fix PEP8 errors - [`8283d17`](https://github.com/netbox-community/netbox/commit/8283d1720d3cfa953aea4476562d4ef44678c421) Merge in latest changes from develop - [`43b0a06`](https://github.com/netbox-community/netbox/commit/43b0a062849bbcc9f4a6eb0c1729acc8d623778d) Merge in latest changes from develop - [`5694dfe`](https://github.com/netbox-community/netbox/commit/5694dfe2727a7054110f8ba55851d274f307ee69) Merge branch 'develop' into 3028-filterdevicesforhaslocalcontextdata ### 📊 Changes **4 files changed** (+36 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `netbox/dcim/filters.py` (+2 -2) 📝 `netbox/dcim/forms.py` (+4 -2) 📝 `netbox/extras/filters.py` (+14 -0) 📝 `netbox/extras/forms.py` (+16 -1) </details> ### 📄 Description ### Fixes: #3028 Adds filtering for Has Local Configuration Context Data --- <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:59 +01:00
adam closed this issue 2025-12-29 22:21: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#12510