[PR #5526] [CLOSED] fix: team collection not loading on route change #5250

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

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/5526
Author: @nivedin
Created: 10/29/2025
Status: Closed

Base: nextHead: fix/team-collection-load-bug


📝 Commits (2)

  • 9a7aec0 fix: team collection not loading on route change
  • 72f2aed chore: add comment

📊 Changes

2 files changed (+55 additions, -1 deletions)

View changed files

📝 packages/hoppscotch-common/src/components/collections/index.vue (+17 -1)
📝 packages/hoppscotch-common/src/services/team-collection.service.ts (+38 -0)

📄 Description

Closes FE-1043 #5525

This PR fixes an issue where the collection service was not re-initialized when the route changed or when it unmounted, causing the collections to not update when the workspace was changed.


🔄 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/5526 **Author:** [@nivedin](https://github.com/nivedin) **Created:** 10/29/2025 **Status:** ❌ Closed **Base:** `next` ← **Head:** `fix/team-collection-load-bug` --- ### 📝 Commits (2) - [`9a7aec0`](https://github.com/hoppscotch/hoppscotch/commit/9a7aec00ccca9f4db1cbbec1e4f5d1c06baa34da) fix: team collection not loading on route change - [`72f2aed`](https://github.com/hoppscotch/hoppscotch/commit/72f2aed8b1e5f84a7c23f4f073fea9cffc7a3315) chore: add comment ### 📊 Changes **2 files changed** (+55 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-common/src/components/collections/index.vue` (+17 -1) 📝 `packages/hoppscotch-common/src/services/team-collection.service.ts` (+38 -0) </details> ### 📄 Description Closes FE-1043 #5525 This PR fixes an issue where the collection service was not re-initialized when the route changed or when it unmounted, causing the collections to not update when the workspace was changed. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 02:42:50 +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#5250
No description provided.