[PR #18712] [MERGED] Fixes: #18693 - Add VLAN Translation Policy to bulk edit forms and tables for Interface and VMInterface #15423

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/18712
Author: @bctiemann
Created: 2/24/2025
Status: Merged
Merged: 2/24/2025
Merged by: @jeremystretch

Base: mainHead: 18693-vlan-translation-policy-bulk-edit


📝 Commits (1)

  • 0502cb3 Add VLAN Translation Policy to bulk edit forms and tables for Interface and VMInterface

📊 Changes

4 files changed (+18 additions, -8 deletions)

View changed files

📝 netbox/dcim/forms/bulk_edit.py (+5 -3)
📝 netbox/dcim/tables/devices.py (+1 -1)
📝 netbox/virtualization/forms/bulk_edit.py (+11 -3)
📝 netbox/virtualization/tables/virtualmachines.py (+1 -1)

📄 Description

Fixes: #18693

Adds VLAN Translation Policy fields to the bulk edit forms and tables for Interface and VMInterface.


🔄 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/18712 **Author:** [@bctiemann](https://github.com/bctiemann) **Created:** 2/24/2025 **Status:** ✅ Merged **Merged:** 2/24/2025 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `main` ← **Head:** `18693-vlan-translation-policy-bulk-edit` --- ### 📝 Commits (1) - [`0502cb3`](https://github.com/netbox-community/netbox/commit/0502cb34b6e2bc39a522ff00aca9a32efb6c11c4) Add VLAN Translation Policy to bulk edit forms and tables for Interface and VMInterface ### 📊 Changes **4 files changed** (+18 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `netbox/dcim/forms/bulk_edit.py` (+5 -3) 📝 `netbox/dcim/tables/devices.py` (+1 -1) 📝 `netbox/virtualization/forms/bulk_edit.py` (+11 -3) 📝 `netbox/virtualization/tables/virtualmachines.py` (+1 -1) </details> ### 📄 Description ### Fixes: #18693 Adds VLAN Translation Policy fields to the bulk edit forms and tables for `Interface` and `VMInterface`. --- <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:21:50 +01:00
adam closed this issue 2025-12-30 00:21:50 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#15423