mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-06 09:13:19 +03:00
[PR #303] [CLOSED] fix: sorting not applying on page load #877
Reference in New Issue
Block a user
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/pocket-id/pocket-id/pull/303
Author: @kmendell
Created: 3/9/2025
Status: ❌ Closed
Base:
main← Head:fix/user-group-sorting📝 Commits (2)
f970b8ffix: sorting not applying on page load7c8cda7chore: remove old commented code📊 Changes
6 files changed (+32 additions, -7 deletions)
View changed files
📝
frontend/src/lib/components/user-group-selection.svelte(+9 -1)📝
frontend/src/lib/services/user-group-service.ts(+4 -2)📝
frontend/src/routes/settings/admin/user-groups/[id]/+page.server.ts(+15 -1)📝
frontend/src/routes/settings/admin/user-groups/user-selection.svelte(+2 -2)📝
frontend/src/routes/settings/admin/users/[id]/+page.server.ts(+1 -0)📝
frontend/src/routes/settings/admin/users/[id]/+page.svelte(+1 -1)📄 Description
Missed Bug form the latest update sorting not working for the user groups on the user form.
See comments here: https://github.com/pocket-id/pocket-id/issues/298#issuecomment-2708723234
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.