[PR #15941] [MERGED] Fixes #15877: Consider VC membership when assigning LAG interfaces via bulk edit #14726

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/15941
Author: @jeremystretch
Created: 5/3/2024
Status: Merged
Merged: 5/3/2024
Merged by: @jeremystretch

Base: developHead: 15877-fix-vc-lag-assignment


📝 Commits (1)

  • eb26dca Fixes #15877: Consider VC membership when assigning LAG interfaces via bulk edit

📊 Changes

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

View changed files

📝 netbox/dcim/forms/bulk_edit.py (+3 -3)

📄 Description

Fixes: #15877

Replaces the device_id filter with virtual_chassis_member_id, which is used for the individual interface edit form.


🔄 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/15941 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 5/3/2024 **Status:** ✅ Merged **Merged:** 5/3/2024 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `15877-fix-vc-lag-assignment` --- ### 📝 Commits (1) - [`eb26dca`](https://github.com/netbox-community/netbox/commit/eb26dcabb35706c75afa38eeac56e59114edbb42) Fixes #15877: Consider VC membership when assigning LAG interfaces via bulk edit ### 📊 Changes **1 file changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `netbox/dcim/forms/bulk_edit.py` (+3 -3) </details> ### 📄 Description ### Fixes: #15877 Replaces the `device_id` filter with `virtual_chassis_member_id`, which is used for the individual interface edit form. --- <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 23:26:19 +01:00
adam closed this issue 2025-12-29 23:26:19 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#14726