[PR #6029] [MERGED] Closes #6010: Avoid duplicate entries when searching for VC #13087

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/6029
Author: @maximumG
Created: 3/22/2021
Status: Merged
Merged: 3/24/2021
Merged by: @jeremystretch

Base: developHead: origin/6010-vc-duplicated


📝 Commits (1)

  • c8042ad Closes #6010: Avoid duplicate entries when searching for VC

📊 Changes

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

View changed files

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

📄 Description

Closes issue #6010.

Searching for Virtual Chassis or any of their member now returns only distinct Virtual Chassis. Before this fix, we get duplicated VC when searching for its name of its member name.


🔄 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/6029 **Author:** [@maximumG](https://github.com/maximumG) **Created:** 3/22/2021 **Status:** ✅ Merged **Merged:** 3/24/2021 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `origin/6010-vc-duplicated` --- ### 📝 Commits (1) - [`c8042ad`](https://github.com/netbox-community/netbox/commit/c8042ad5117832a49067f9721ceb929b9aebb10b) Closes #6010: Avoid duplicate entries when searching for VC ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `netbox/dcim/filters.py` (+1 -1) </details> ### 📄 Description Closes issue #6010. **Searching for Virtual Chassis or any of their member now returns only distinct Virtual Chassis**. Before this fix, we get duplicated VC when searching for its name of its member name. --- <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:25:20 +01:00
adam closed this issue 2025-12-29 22:25:20 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#13087