[PR #19271] [MERGED] Fixes #19268: Restore editing conflict protection for several object forms #15588

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

📋 Pull Request Information

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

Base: mainHead: 19268-missing-hidden-form-fields


📝 Commits (1)

  • 741d328 Fixes #19268: Restore editing conflict protection for several object forms

📊 Changes

6 files changed (+19 additions, -2 deletions)

View changed files

📝 netbox/templates/dcim/cable_edit.html (+1 -1)
📝 netbox/templates/dcim/device_edit.html (+3 -1)
📝 netbox/templates/dcim/htmx/cable_edit.html (+3 -0)
📝 netbox/templates/dcim/virtualchassis_add.html (+4 -0)
📝 netbox/templates/dcim/virtualchassis_edit.html (+4 -0)
📝 netbox/templates/ipam/vlan_edit.html (+4 -0)

📄 Description

Fixes: #19268

  • Ensure all custom HTML templates for object editing render hidden form fields
  • Miscellaneous cleanup

🔄 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/19271 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 4/22/2025 **Status:** ✅ Merged **Merged:** 4/22/2025 **Merged by:** [@arthanson](https://github.com/arthanson) **Base:** `main` ← **Head:** `19268-missing-hidden-form-fields` --- ### 📝 Commits (1) - [`741d328`](https://github.com/netbox-community/netbox/commit/741d3284d1e88c86d0877e417e392a852bff6d5b) Fixes #19268: Restore editing conflict protection for several object forms ### 📊 Changes **6 files changed** (+19 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `netbox/templates/dcim/cable_edit.html` (+1 -1) 📝 `netbox/templates/dcim/device_edit.html` (+3 -1) 📝 `netbox/templates/dcim/htmx/cable_edit.html` (+3 -0) 📝 `netbox/templates/dcim/virtualchassis_add.html` (+4 -0) 📝 `netbox/templates/dcim/virtualchassis_edit.html` (+4 -0) 📝 `netbox/templates/ipam/vlan_edit.html` (+4 -0) </details> ### 📄 Description ### Fixes: #19268 - Ensure all custom HTML templates for object editing render hidden form fields - Miscellaneous cleanup --- <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:52 +01:00
adam closed this issue 2025-12-30 00:22:53 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#15588