[PR #19142] [MERGED] Fixes: #18783 Add a tag_id filter for all models which support tagging #15539

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/19142
Author: @jeremystretch
Created: 4/10/2025
Status: Merged
Merged: 4/11/2025
Merged by: @arthanson

Base: featureHead: 18783-tag_id-filter


📝 Commits (2)

  • 74803c0 Fixes: #18783 Add a tag_id filter for all models which support tagging (#18889)
  • fcdf41b Merge branch 'feature' into 18783-tag_id-filter

📊 Changes

4 files changed (+41 additions, -2 deletions)

View changed files

📝 docs/plugins/development/filtersets.md (+21 -0)
📝 netbox/extras/filters.py (+16 -0)
📝 netbox/extras/filtersets.py (+2 -1)
📝 netbox/netbox/filtersets.py (+2 -1)

📄 Description

Closes: #18783

This is a reapplication of PR #18889, which was mistakenly merged into main.


🔄 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/19142 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 4/10/2025 **Status:** ✅ Merged **Merged:** 4/11/2025 **Merged by:** [@arthanson](https://github.com/arthanson) **Base:** `feature` ← **Head:** `18783-tag_id-filter` --- ### 📝 Commits (2) - [`74803c0`](https://github.com/netbox-community/netbox/commit/74803c03400ce667cfaf08b257a4ba7ae9fa2535) Fixes: #18783 Add a tag_id filter for all models which support tagging (#18889) - [`fcdf41b`](https://github.com/netbox-community/netbox/commit/fcdf41b1faf53dc448bc2bdded7a65850e8ebbba) Merge branch 'feature' into 18783-tag_id-filter ### 📊 Changes **4 files changed** (+41 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `docs/plugins/development/filtersets.md` (+21 -0) 📝 `netbox/extras/filters.py` (+16 -0) 📝 `netbox/extras/filtersets.py` (+2 -1) 📝 `netbox/netbox/filtersets.py` (+2 -1) </details> ### 📄 Description ### Closes: #18783 This is a reapplication of PR #18889, which was mistakenly merged into `main`. --- <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-30 00:22:33 +01:00
adam closed this issue 2025-12-30 00:22:33 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#15539