[PR #1936] [MERGED] fix: bind key-value with bulk editor at startup. #3567

Closed
opened 2026-03-17 01:10:18 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/1936
Author: @0xc0Der
Created: 11/4/2021
Status: Merged
Merged: 11/4/2021
Merged by: @liyasthomas

Base: mainHead: persist-bulk-editor


📝 Commits (2)

  • b27efcd fix: sync key-value with bulk editor at startup
  • bce3b49 Merge branch 'main' into persist-bulk-editor

📊 Changes

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

View changed files

📝 packages/hoppscotch-app/components/graphql/RequestOptions.vue (+9 -9)
📝 packages/hoppscotch-app/components/http/Headers.vue (+15 -11)
📝 packages/hoppscotch-app/components/http/Parameters.vue (+13 -11)

📄 Description

further testing of my last PR. I found a huge bug that causes the key-value pairs get deleted if i try to edit them after a fresh reload.
the PR fixes it completely.

in this PR:

  • fix editBulk[...]Line algorithm.
  • add onMounted function to initialize bulk editor at startup.

🔄 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/1936 **Author:** [@0xc0Der](https://github.com/0xc0Der) **Created:** 11/4/2021 **Status:** ✅ Merged **Merged:** 11/4/2021 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `main` ← **Head:** `persist-bulk-editor` --- ### 📝 Commits (2) - [`b27efcd`](https://github.com/hoppscotch/hoppscotch/commit/b27efcd8a53a945ff55b9f4a5bf1587ba8402309) fix: sync key-value with bulk editor at startup - [`bce3b49`](https://github.com/hoppscotch/hoppscotch/commit/bce3b494bd5cde7122f0f3557bd12a6d4d2f2cc6) Merge branch 'main' into persist-bulk-editor ### 📊 Changes **3 files changed** (+37 additions, -31 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-app/components/graphql/RequestOptions.vue` (+9 -9) 📝 `packages/hoppscotch-app/components/http/Headers.vue` (+15 -11) 📝 `packages/hoppscotch-app/components/http/Parameters.vue` (+13 -11) </details> ### 📄 Description further testing of my last PR. I found a **huge bug** that causes the key-value pairs get deleted if i try to edit them after a fresh reload. the PR fixes it completely. in this PR: - fix `editBulk[...]Line` algorithm. - add `onMounted` function to initialize bulk editor at startup. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 01:10:18 +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#3567
No description provided.