[PR #4725] [MERGED] fix: properties not inherited while importing from postman #4914

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

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/4725
Author: @anwarulislam
Created: 2/5/2025
Status: Merged
Merged: 2/7/2025
Merged by: @jamesgeorge007

Base: patchHead: fix/postman-import-issue


📝 Commits (2)

  • 0ff2d99 fix: update default authActive value to true when no auth is provided
  • 6874bcb chore: update platform definitions

📊 Changes

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

View changed files

📝 packages/hoppscotch-common/src/helpers/import-export/import/postman.ts (+1 -1)
📝 packages/hoppscotch-selfhost-desktop/src/platform/collections/collections.platform.ts (+11 -11)
📝 packages/hoppscotch-selfhost-web/src/platform/collections/collections.platform.ts (+5 -5)

📄 Description

Closes HFE-744

Follow up of #4686.

This pull request addresses an issue where properties are not being inherited correctly when importing collections from Postman.

  • Not Completed
  • Completed

Additionally, the following updates are brought to collection-level platform definitions under the hoppscotch-selfhost-web & hoppscotch-selfhost-desktop packages:

  • Ensure authActive: true is specified in combination with authType: "inherit" while computing authorization data.
  • Resolve type errors.

🔄 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/4725 **Author:** [@anwarulislam](https://github.com/anwarulislam) **Created:** 2/5/2025 **Status:** ✅ Merged **Merged:** 2/7/2025 **Merged by:** [@jamesgeorge007](https://github.com/jamesgeorge007) **Base:** `patch` ← **Head:** `fix/postman-import-issue` --- ### 📝 Commits (2) - [`0ff2d99`](https://github.com/hoppscotch/hoppscotch/commit/0ff2d99b7ca0de29e076a5859bdb0871a923acf2) fix: update default authActive value to true when no auth is provided - [`6874bcb`](https://github.com/hoppscotch/hoppscotch/commit/6874bcbaae9967095b1a5e153b72d4343ee51014) chore: update platform definitions ### 📊 Changes **3 files changed** (+17 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-common/src/helpers/import-export/import/postman.ts` (+1 -1) 📝 `packages/hoppscotch-selfhost-desktop/src/platform/collections/collections.platform.ts` (+11 -11) 📝 `packages/hoppscotch-selfhost-web/src/platform/collections/collections.platform.ts` (+5 -5) </details> ### 📄 Description Closes HFE-744 Follow up of #4686. This pull request addresses an issue where properties are not being inherited correctly when importing collections from Postman. - [ ] Not Completed - [x] Completed Additionally, the following updates are brought to collection-level platform definitions under the `hoppscotch-selfhost-web` & `hoppscotch-selfhost-desktop` packages: - Ensure `authActive: true` is specified in combination with `authType: "inherit"` while computing authorization data. - Resolve type errors. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 02:24:24 +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#4914
No description provided.