[PR #10475] [MERGED] Issue10352 removegetvariables #13640

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/10475
Author: @PieterL75
Created: 9/27/2022
Status: Merged
Merged: 10/3/2022
Merged by: @jeremystretch

Base: developHead: issue10352_removegetvariables


📝 Commits (10+)

  • 3948fcf Add javascript to disable empty form fields
  • 23a686f Merge branch 'netbox-community:develop' into issue10352_removegetvariables
  • 845e0c8 add js cleanGetUrl
  • 4873233 use addEventListener submit
  • 1139ec6 use addEventListener
  • af00331 update collectstatics
  • 47a8674 Use FormData to remove empty fields
  • 9ada356 optimeze ts-ignore
  • ec5cdf3 update ts-ignore comment
  • 98646fb oneline of ts-ignore

📊 Changes

3 files changed (+16 additions, -2 deletions)

View changed files

📝 netbox/project-static/dist/netbox.js (+1 -1)
📝 netbox/project-static/dist/netbox.js.map (+1 -1)
📝 netbox/project-static/src/netbox.ts (+14 -0)

📄 Description

Fixes: #10352 Remove empty variables from GET urls


🔄 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/10475 **Author:** [@PieterL75](https://github.com/PieterL75) **Created:** 9/27/2022 **Status:** ✅ Merged **Merged:** 10/3/2022 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `issue10352_removegetvariables` --- ### 📝 Commits (10+) - [`3948fcf`](https://github.com/netbox-community/netbox/commit/3948fcf08ef766593e7fa5d9ce5397a6b04cd235) Add javascript to disable empty form fields - [`23a686f`](https://github.com/netbox-community/netbox/commit/23a686fe6c6e547ec7b8dc8f3966d081b1e591c7) Merge branch 'netbox-community:develop' into issue10352_removegetvariables - [`845e0c8`](https://github.com/netbox-community/netbox/commit/845e0c801daf83773e1f2e055f5d777fc2ae78eb) add js cleanGetUrl - [`4873233`](https://github.com/netbox-community/netbox/commit/4873233a055ebecea94436b6b1e8aa9927f8ad67) use addEventListener submit - [`1139ec6`](https://github.com/netbox-community/netbox/commit/1139ec648d4301bd192a16362f101b6b4fa26053) use addEventListener - [`af00331`](https://github.com/netbox-community/netbox/commit/af003316e7183c5e1d7c9d0c312894ee196fc2ae) update collectstatics - [`47a8674`](https://github.com/netbox-community/netbox/commit/47a86744c9fbff614b9f90b39d5bb8aba5408101) Use FormData to remove empty fields - [`9ada356`](https://github.com/netbox-community/netbox/commit/9ada356950d498e0f6acaca9d5467e56076ecaea) optimeze ts-ignore - [`ec5cdf3`](https://github.com/netbox-community/netbox/commit/ec5cdf30a7c57a8448f066f7ca143c25a8963cff) update ts-ignore comment - [`98646fb`](https://github.com/netbox-community/netbox/commit/98646fb58b2908c2241bb0c8326d31e84bb547cf) oneline of ts-ignore ### 📊 Changes **3 files changed** (+16 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `netbox/project-static/dist/netbox.js` (+1 -1) 📝 `netbox/project-static/dist/netbox.js.map` (+1 -1) 📝 `netbox/project-static/src/netbox.ts` (+14 -0) </details> ### 📄 Description <!-- Thank you for your interest in contributing to NetBox! Please note that our contribution policy requires that a feature request or bug report be approved and assigned prior to filing a pull request. This helps avoid wasting time and effort on something that we might not be able to accept. IF YOUR PULL REQUEST DOES NOT REFERENCE AN ISSUE WHICH HAS BEEN ASSIGNED TO YOU, IT WE BE CLOSED AUTOMATICALLY. Specify your assigned issue number on the line below. --> ### Fixes: #10352 Remove empty variables from GET urls <!-- Please include a summary of the proposed changes below. --> --- <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:20:00 +01:00
adam closed this issue 2025-12-29 23:20:00 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#13640