[PR #4392] [MERGED] fix: request variable list item remove bug #4780

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

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/4392
Author: @nivedin
Created: 10/1/2024
Status: Merged
Merged: 10/1/2024
Merged by: @jamesgeorge007

Base: nextHead: fix/req-var-list-bug


📝 Commits (1)

  • 2c4270c fix: request variable list delete bug

📊 Changes

4 files changed (+15 additions, -35 deletions)

View changed files

📝 packages/hoppscotch-common/src/components/collections/Collection.vue (+0 -6)
📝 packages/hoppscotch-common/src/components/collections/graphql/Collection.vue (+0 -7)
📝 packages/hoppscotch-common/src/components/collections/graphql/Folder.vue (+0 -7)
📝 packages/hoppscotch-common/src/components/http/RequestVariables.vue (+15 -15)

📄 Description

This PR fixes the bug with Request Variable where the empty key list item was removed while switching between tabs.

What's changed

The Request Variable watch have been moved up. Also unused variables have been removed.


🔄 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/4392 **Author:** [@nivedin](https://github.com/nivedin) **Created:** 10/1/2024 **Status:** ✅ Merged **Merged:** 10/1/2024 **Merged by:** [@jamesgeorge007](https://github.com/jamesgeorge007) **Base:** `next` ← **Head:** `fix/req-var-list-bug` --- ### 📝 Commits (1) - [`2c4270c`](https://github.com/hoppscotch/hoppscotch/commit/2c4270cc658a5011add8fc2b935b0ddf05aed588) fix: request variable list delete bug ### 📊 Changes **4 files changed** (+15 additions, -35 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-common/src/components/collections/Collection.vue` (+0 -6) 📝 `packages/hoppscotch-common/src/components/collections/graphql/Collection.vue` (+0 -7) 📝 `packages/hoppscotch-common/src/components/collections/graphql/Folder.vue` (+0 -7) 📝 `packages/hoppscotch-common/src/components/http/RequestVariables.vue` (+15 -15) </details> ### 📄 Description This PR fixes the bug with Request Variable where the empty key list item was removed while switching between tabs. ### What's changed The Request Variable watch have been moved up. Also unused variables have been removed. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 02:17:02 +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#4780
No description provided.