mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #5928] fix(admin): replace deprecated allUsers with allUsersV2 #5425
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#5425
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/hoppscotch/hoppscotch/pull/5928
Author: @PranayPaka
Created: 3/3/2026
Status: 🔄 Open
Base:
main← Head:fix/admin-userslist-v2📝 Commits (2)
5ebc73efix(admin): replace deprecated allUsers with allUsersV2fdd77a3Update packages/hoppscotch-sh-admin/src/pages/teams/index.vue📊 Changes
2 files changed (+7 additions, -8 deletions)
View changed files
📝
packages/hoppscotch-sh-admin/src/components/teams/Invite.vue(+4 -5)📝
packages/hoppscotch-sh-admin/src/pages/teams/index.vue(+3 -3)📄 Description
What's changed
infra.allUsersusage withinfra.allUsersV2in the admin UI.UsersListDocumenttoUsersListV2Document.x.infra.allUserstox.infra.allUsersV2.Notes to reviewers
The backend schema marks
infra.allUsersas deprecated in favor ofallUsersV2.This change aligns the admin UI with the current schema and removes deprecated API usage.
No functional changes were introduced — the UI continues to fetch and display users as before.
Summary by cubic
Switched admin team invite queries to allUsersV2 to match the current backend schema. No UI or behavior changes.
Written for commit
fdd77a30e1. Summary will update on new commits.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.