[PR #18685] [MERGED] Fixes #18674: Fix form reset when selecting a value from a speed selection dropdown #15411

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/18685
Author: @jeremystretch
Created: 2/20/2025
Status: Merged
Merged: 2/21/2025
Merged by: @jeremystretch

Base: mainHead: 18674-fix-speed-selector


📝 Commits (1)

  • eb313d0 Fixes #18674: Fix form reset when selecting a value from a speed selection dropdown

📊 Changes

4 files changed (+12 additions, -9 deletions)

View changed files

📝 netbox/project-static/dist/netbox.js (+5 -5)
📝 netbox/project-static/dist/netbox.js.map (+2 -2)
📝 netbox/project-static/package.json (+2 -1)
📝 netbox/project-static/src/htmx.ts (+3 -1)

📄 Description

Fixes: #18674

initForms() must be called after re-initializing the page following an HTMX request.


🔄 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/18685 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 2/20/2025 **Status:** ✅ Merged **Merged:** 2/21/2025 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `main` ← **Head:** `18674-fix-speed-selector` --- ### 📝 Commits (1) - [`eb313d0`](https://github.com/netbox-community/netbox/commit/eb313d07b25055968d76f49dc31ae1b2b97e775b) Fixes #18674: Fix form reset when selecting a value from a speed selection dropdown ### 📊 Changes **4 files changed** (+12 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `netbox/project-static/dist/netbox.js` (+5 -5) 📝 `netbox/project-static/dist/netbox.js.map` (+2 -2) 📝 `netbox/project-static/package.json` (+2 -1) 📝 `netbox/project-static/src/htmx.ts` (+3 -1) </details> ### 📄 Description ### Fixes: #18674 `initForms()` must be called after re-initializing the page following an HTMX request. --- <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:47 +01:00
adam closed this issue 2025-12-30 00:21:47 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#15411