[PR #4638] [MERGED] fix: do not show an empty body element when bulk editing #4890

Closed
opened 2026-03-17 02:23:03 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/4638
Author: @amk-dev
Created: 12/22/2024
Status: Merged
Merged: 12/23/2024
Merged by: @jamesgeorge007

Base: nextHead: fix/dont-show-no-body-on-bulk-edit


📝 Commits (2)

  • c518593 fix: do not show empty body element on bulk edit
  • 6e2e2f9 chore: update history disable state copy text

📊 Changes

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

View changed files

📝 packages/hoppscotch-common/locales/en.json (+1 -1)
📝 packages/hoppscotch-common/src/components/http/BodyParameters.vue (+1 -1)
📝 packages/hoppscotch-common/src/components/http/URLEncodedParams.vue (+1 -1)

📄 Description

Before

The empty element for no body was visible when bulk editing also.

After

This PR removes the empty element for no body when bulk editing


🔄 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/hoppscotch/hoppscotch/pull/4638 **Author:** [@amk-dev](https://github.com/amk-dev) **Created:** 12/22/2024 **Status:** ✅ Merged **Merged:** 12/23/2024 **Merged by:** [@jamesgeorge007](https://github.com/jamesgeorge007) **Base:** `next` ← **Head:** `fix/dont-show-no-body-on-bulk-edit` --- ### 📝 Commits (2) - [`c518593`](https://github.com/hoppscotch/hoppscotch/commit/c518593382e5bbca0d91f686141b577797da543a) fix: do not show empty body element on bulk edit - [`6e2e2f9`](https://github.com/hoppscotch/hoppscotch/commit/6e2e2f99852b285a75cbb8bdc6a9b777367dde53) chore: update history disable state copy text ### 📊 Changes **3 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-common/locales/en.json` (+1 -1) 📝 `packages/hoppscotch-common/src/components/http/BodyParameters.vue` (+1 -1) 📝 `packages/hoppscotch-common/src/components/http/URLEncodedParams.vue` (+1 -1) </details> ### 📄 Description **Before** The empty element for no body was visible when bulk editing also. **After** This PR removes the empty element for no body when bulk editing --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 02:23:03 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#4890
No description provided.