mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-06 09:13:19 +03:00
Bug: Default Sorting not being honored #314
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?
Originally created by @kmendell on GitHub.
Originally assigned to: @kmendell on GitHub.
Originally posted by @PaddyPat in #63
The default sorting is not being honored on all tables. See lines 43-58 (
114e31e60e/frontend/src/routes/settings/admin/users/group-selection.svelte) on how i fixed this in the user page.@kmendell commented on GitHub:
@PaddyPat Oh i see the the sorting is just not working by default? Okay i can look into this and see if i can fix that.
@kmendell commented on GitHub:
@PaddyPat the fixes should be implemented with this PR fix: sorting not applying on page load #303
@PaddyPat commented on GitHub:
Sorting is fine in 0.36 on page
but if I edit a user on https://pocketid.domain.com/settings/admin/users, the new „User Groups“ is not sorted (AtoZ) https://pocketid.domain.com/settings/admin/users/1b945c73-bad1-4350-…..
--
Sorting is fine on page
but if I edit a Group to display users, these users are not sorted (AtoZ)
https://pocketid.domain.com/settings/admin/user-groups/45de59ce-6fde-…….
On this page clicking on column "Name"does also not sort
Br
@kmendell commented on GitHub:
Can you attach a picture of what you are seeing?
@PaddyPat commented on GitHub: