[PR #20189] [MERGED] Fixes #20154: Restore missing changelog_message field on several forms #15847

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/20189
Author: @jeremystretch
Created: 8/27/2025
Status: Merged
Merged: 8/28/2025
Merged by: @jnovinger

Base: featureHead: 20154-missing-changelog_message-field


📝 Commits (1)

  • 7787eac Fixes #20154: Restore missing changelog_message field on several forms

📊 Changes

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

View changed files

📝 netbox/templates/dcim/device_edit.html (+5 -0)
📝 netbox/templates/dcim/htmx/cable_edit.html (+9 -6)
📝 netbox/templates/ipam/vlan_edit.html (+5 -0)

📄 Description

Fixes: #20154

Add the changelog_message field to the add/edit form templates for the following models:

  • dcim.Cable
  • dcim.Device
  • ipam.VLAN

🔄 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/20189 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 8/27/2025 **Status:** ✅ Merged **Merged:** 8/28/2025 **Merged by:** [@jnovinger](https://github.com/jnovinger) **Base:** `feature` ← **Head:** `20154-missing-changelog_message-field` --- ### 📝 Commits (1) - [`7787eac`](https://github.com/netbox-community/netbox/commit/7787eac08ed15532ff75bef7363c64c9e2f82a1f) Fixes #20154: Restore missing changelog_message field on several forms ### 📊 Changes **3 files changed** (+19 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `netbox/templates/dcim/device_edit.html` (+5 -0) 📝 `netbox/templates/dcim/htmx/cable_edit.html` (+9 -6) 📝 `netbox/templates/ipam/vlan_edit.html` (+5 -0) </details> ### 📄 Description ### Fixes: #20154 Add the `changelog_message` field to the add/edit form templates for the following models: - dcim.Cable - dcim.Device - ipam.VLAN --- <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:24:23 +01:00
adam closed this issue 2025-12-30 00:24:23 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#15847